@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #666666;
	margin: 0;
	padding: 0;
}

html,body {
	width:100%;
	height:100%;
	background-color: #FFF;

}
.bgcontact1 {
	background-image: url(../images/contactbg1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgcontact3 {
	background-image: url(../images/contactbg3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bgcontact2 {
	background-image: url(../images/contacbg2a.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.titulos1 {
	font-size: 14px;
	font-weight: bold;
}
.ocultos {
	color: #FFF;
}

a:link {
	color: #090;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0C0;
}
a:active {
	text-decoration: none;
	color: #090;
}
a:hover {
	text-decoration: none;
	color: #0F0;
}
object { outline:none; }


