@charset "utf-8";
/* CSS Document */

a.tooltip:link {
	font-weight:bold;
	text-decoration:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003399;
	border-left-color: #003366;
} /*BG color is a must for IE6*/

a.tooltip:hover {
	text-decoration:none;
	color: #006699;

	}
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:210px;}
a.tooltip:hover span{
	display:inline;
	position:absolute;
	background:#ffea94;
	border:1px solid #cccccc;
	color:#333333;
}

.body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
	line-height:18px;
}

.borde{
	border: 1px solid #dddddd;
}

.boton{
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	background-color:#666666;
	font-weight: bold;
	border:#999999 1px solid;
	height:20px;
}

.galeria{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4f4f4f;
	font-weight:bold;
}

.titulo_modulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006699;
	font-weight:bold;
}

.textomodulos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #044f74;
	line-height:18px;
}

.textomodulos-contacto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044f74;
	line-height:16px;
}

.textomodulos-18{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #044f74;
	line-height:18px;
}

.fondomodulos{
	background-image: url(../imagenes/esquinafondo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.fondomodulos-cola{
	background-image: url(../imagenes/esquinafondo-colabo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.titulo_menu_seccion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4f4f4f;
	font-weight:bold;
}

.titulo_apartado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4f4f4f;

}

.titulo_cabecera_apartado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
.titulo_apartado_azul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0B90CD;

}


a:link, a:visited {
	font-family: Arial;
	color: #044f74;
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.desplegable:link, a.desplegable:visited {
	font-family: Arial;
	color: #0b7ea4;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
}
a.desplegable:hover {
	text-decoration: none;
}

a.ampliar:link, a.ampliar:visited {
	font-family: Arial;
	color: #0b7ea4;
	font-size: 11px;
	text-decoration: underline;
}
a.ampliar:hover {
	text-decoration: none;
}

a.bold:link, a.bold:visited {
	font-family: Arial;
	color: #044f74;
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
}
a.bold:hover {
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	font-family: Arial;
	color: #006699;
	font-size: 14px;
		text-decoration: none;
}

a.menu:hover {

	font-weight:bold;
}

.copyright {
	font-family: Arial;
	color: #666;
	font-size: 10px;
}

a.creditos:link, a.creditos:visited {
	font-family: Arial;
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

a.creditos:hover {
	text-decoration: underline;

}


