#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;
}
#servicios {
	text-align: left;
	height: 349px;
	clear: both;
	background-image: url(../imagenes/servicios-fondo.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#servicios h2 {
	font-size: 32px;
	margin-left: 15px;
}
#servicios h3 {
	font-size: 18px;
}
#servicios p {
	margin: 10px 0 5px 0;
}
.foto-servicios {
	float: right;
}
#menu-servicios {
	float: left;
	width: 140px;
	padding: 15px 15px 0 110px;
}
#menu-servicios a {
	text-decoration: none;
	width: 100%;
}
#menu-servicios a:hover {
}
#menu-servicios ul {
	list-style-type: none;
}
#menu-servicios li {
	padding: 2px;
}
.seccion {}
.seccion_on {
	background-image: url(../imagenes/menu-servicios-fondo.gif);
	background-repeat: no-repeat;
}
.seccion_off {
	cursor: pointer;
}
#derecha {
	float: right;
	width: 650px;
	margin-right: 5px;
}