@charset "utf-8";
body {
	background-color: #326077;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(media/fondo.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
.menu_fondo_celda {
	background-image: url(media/img_linea_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 7px;
}
.link_menu_main {
	text-transform: uppercase;
	background-image: url(media/img_bullet.jpg);
	color: #8C1331;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 12px;
	display: block;
}
.link_menu_main:hover {
	text-transform: uppercase;
	background-image: url(media/img_bullet_blanco.jpg);
	color: #8C1331;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 12px;
	display: block;
}
.enlaces_enlaces {
	font-style: italic;
	color: #069;
	text-decoration: none;
	text-indent: 6;
}
.enlaces_enlaces:hover {
	font-style: italic;
	color: #069;
	text-decoration: underline;
	text-indent: 6;
}

.link_menu_main_activo {
	text-transform: uppercase;
	background-image: url(media/img_bullet_blanco.jpg);
	color: #8C1331;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-size: 12px;
	display: block;
}
.link_faq {
	font-weight: bold;
	color: #386DAD;
	text-decoration: none;
}
.link_faq:hover {
	text-decoration: underline;
}


.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #2B5266;
}
.formulario {
	font-size: 11px;
	color: #8F1A1C;
	width: 155px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.linea_izquierda {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.titulo_contacto {
	font-size: 14px;
	color: #2B5266;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2B5266;
	font-weight: bold;
	display: block;
}
.texto_rojo {
	color: #8E1631;
}
.botones {
	background-color: #8F1A1C;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pie_descripcion {
	font-size: 12px;
	color: #315F79;
}
.pie_descripcion a {
	color: #315F79;
	text-decoration: none;
}
.pie_descripcion a:hover {
	color: #315F79;
	text-decoration: underline;
}

.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #8C1331;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8C1331;
}

.cuadro_texto_central {
	padding: 20px;
}
.subtitulo_item {
	font-size: 14px;
	font-weight: bold;
	color: #2B5266;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2B5266;
}

