/* CSS Document */
body {
	background-image: url(fondo.gif);
	background-repeat:repeat-x;
}
.texto {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
.style2 {font-family: Tahoma; font-size: 11px; color: #666666; font-weight: bold; }
.style3 {
	color: #0632AB;
	font-weight: bold;
}
.style4 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.titulos {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003366;
}
.subtitulos {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #003366;
}
a:link {
	text-decoration: none;
	color:#68748A;
}
a:visited {
	text-decoration: none;
	color:#68748A;
}
a:hover {
	text-decoration: underline;
	color:#778EA8;
}
a:active {
	text-decoration: none;
	color:#000000;
}
.borde{
border: solid #dadada 1px;
}
