#cabecera {
	height: 150px;
	background-image: url(../imagenes/cabecera-subpagina.jpg);
	background-repeat: no-repeat;	
}
#idiomas {
	margin: 110px 0 0 15px;;
}
#datoscontacto {
	margin-top: 90px;
}
.columna {
	float: left;
	width: 200px;
}
#enlaces {
	text-align: left;
	clear: both;
	background-image: url(../imagenes/enlaces-fondo.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 200px;
}
#enlaces h2 {
	font-size: 32px;
	margin-left: 15px;
}
#enlaces h3 {
	font-size: 18px;
	border-left: 20px solid #1987e8;
	padding-left: 5px;
	border-bottom: 2px solid #1987e8;
	margin-bottom: 2px;
}
#enlaces ul {
	list-style-type: none;
	margin-bottom: 15px;
}
#enlaces li {
	margin-left: 25px;
	padding: 2px 0 5px 0;
}
#enlaces li a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
}
#enlaces li a:hover {
	color: #1987e8;
	border-left: 5px solid #1987e8;
	padding-left: 5px;
}
.seccion {
	width: 500px;
	margin-left: 200px;
	cursor: pointer;
}
.seccion_on {
	width: 500px;
	margin-left: 200px;
	cursor: pointer;
}
.seccion_off {
	width: 500px;
	margin-left: 200px;
	cursor: pointer;
}
div.desplegable {
	display: none;
}
div#qTip {
  padding: 3px;
  border-left: 1px solid #1987e8;
  border-bottom:3px solid #1987e8;
  display: none;
  background-color: #fff;
  color: #000;
  font: bold 10px Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1500;
  -moz-opacity: .75;
	opacity: .75;
	filter: alpha(opacity=80);
	min-width:120px;
}