@charset "utf-8";
body {

	margin-top: 0px;

	margin-bottom: 0px;

	background-color: #000066;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.textos_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}
.fondo_barra {
	background-image: url(imagenes/fondo_columna.jpg);
	background-repeat:  repeat-y;
	background-position: right;
}

a:link {
	color: #03BDFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #03BDFF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #03BDFF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #03BDFF;
	font-weight: bold;
}
.fondo_centro {
	background-image: url(imagenes/fondo_centro.jpg);
	background-repeat:  repeat-y;
	background-position: center;
}

.textos_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left:14px;
	margin-right:14px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}
.titulos_mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
}
.titulos_mapa a:link {
	text-decoration: none;
	color:#003399;
	font-weight: bold;
}
.titulos_mapa a:visited {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.titulos_mapa a:hover {
	text-decoration: underline;
	color:#003399;
	font-weight: bold;
}
.titulos_mapa a:active {
	text-decoration: none;
	color: #003399;
	font-weight: bold;
}
.subtit_mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.subtit_mapa a:link {
	text-decoration: none;
	color:#003399;
	font-weight:normal;
}
.subtit_mapa a:visited {
	text-decoration: none;
	color: #003399;
	font-weight:normal;
}
.subtit_mapa a:hover {
	text-decoration: underline;
	color:#003399;
	font-weight:normal;
}
.subtit_mapa a:active {
	text-decoration: none;
	color: #003399;
	font-weight:normal;
}.fondo_contenidos {
	background-color: #FFFFFF;
	background-image: url(imagenes/fondo_cont.jpg);
	background-repeat:    repeat-y;
	background-position: center top;
}

