/* CSS Document */
.Estilo1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.Estilo2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #2E3A50;
}
.Estilo3 {font-family: Tahoma; font-size: 11px; color: #006699; font-weight: bold; }
a:link {
	color: #226882;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #226882;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #003399;
}
body {background-repeat:repeat-x;}
.lineas {
	color: #FFFFFF;
	border-bottom: 1px dashed #CDE8F8;
}
.Estilo4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}