@charset "ISO-8859-1";


body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.fondo_foot {
	background-image: url(../images/index_04.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.texto_foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.texto_titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
.texto_fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
}
a:link {
	color: #3366FF;
	text-decoration: none;
}
a:visited {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #3300CC;
	text-decoration: underline;
}
a:active {
	color: #3366FF;
	text-decoration: none;
}
.texto_contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.separador {
	background-image: url(../images/separado.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}
.texto_contenido_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #003399;
}
.fondo_lateral {
	background-image: url(../images/fondo_lateral.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

