a{
	color: #828282;
	text-decoration: none;
}

a:hover{
	color: #333;
}


#contenedor{
	padding: 128px 0 0 0;
	margin: 0;
}

#texto{
	position: relative;
	width: 231px;
	height: 461px;
	float: left;
}

#imagen{
	width: 461px;
	margin: 0 0 0 19px;
	float: left;
}

#idioma ul{
	position: absolute;
	right: 0;
	top: 388px;
}

#idioma li{
	float: left;
	margin: 0 2px 0 5px;
}

#idioma li a span{
	display: none;
}

#idioma li a.ca{
	display: block;
	height: 8px;
	width: 36px;
	background:url(../imagenes/idioma_ca.gif) no-repeat 0 0;
}

#idioma li a.es{
	display: block;
	height: 8px;
	width: 42px;
	background:url(../imagenes/idioma_es.gif) no-repeat 0 0;
}

#idioma li a.en{
	display: block;
	height: 8px;
	width: 40px;
	background:url(../imagenes/idioma_en.gif) no-repeat 0 0;
}

#idioma li a:hover{
	background-position: 0 -8px;
}

#idioma li a.activo{
	background-position: 0 -8px;
}

#direccion{
	clear: both;
	width: 231px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#direccion p{
	text-align: right;
	color: #666;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: -4px;
	font-size: 9px;
}

#direccion a{
	color: #666;
}

#direccion a:hover{
	color: #333;
}

/* menú acordeón */

.servicios{
	width: 231px;
}

.servicios h2{
	font-size: 9px;
	width: 227px;
	height: 19px;
	background: #e0e0e0;
	margin: 0 0 1px 0;
	padding: 0 4px 0 0;
	line-height: 19px;
	text-align: right;
	text-transform: uppercase;
}

.servicios h2 a, .servicios li a{
	display: block;
	width: 227px;
	height: 19px;
}

.servicios h2 a span, .servicios li a span{
	display: none;
}

.servicios h2 a:hover{
	background-position: 0 -19px;
}

.servicios h2.openheader a{
	background-position: 0 -19px;
}

.servicios li{
	width: 227px;
	height: 19px;
	line-height: 19px;
	margin: 0 0 1px 0;
	padding: 0 4px 0 0;
	background: #fff;
	text-align: right;
	text-transform: uppercase;
}

.servicios li a:hover{
	background-position: 0 -19px;
}

