/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787471;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
	color: #526c86;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #526c86;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #526c86;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #526c86;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #4176a8;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: inline;
}
h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: inline;
}
.tabla_contenidos {
	background-image: url(imagenes/bg_main.gif);
	background-repeat: repeat-y;
	background-color: #f5f2e9;
}
.tabla_interior {
	border: 1px #CCCCCC solid;
}
.main {
	background-image: url(imagenes/bg_back.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.linea_puntos {
	border: 1px #666666 dashed;
	width: 950px;
}
.imagen_noticias {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.imagenes {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
.imagenes2 {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
iframe {
	border: 1px solid #000000;
}