@charset "utf-8";
html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
}
.contenedor{
	left:50%;
	margin-left:-475px;
	width: 950px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%;
	position: absolute;
	/*overflow: hidden;*/
	top: 5px;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
}
.clearer{
	clear:both;
	margin:0;
	padding: 0;
}
/*HEADER*/
.header{
	width: 940px;
	height: 40px;
	padding-left: 10px;
	position: absolute;
	margin: 0 auto;
	top: 0px;
}
/*LOGO IR INICIO*/
.logo_nure{
	width: 500px;
	height: 100px;
	margin: 0;
	padding: 0;
	float: left;
}
/*HEADER SUBMENU*/
#header_idiomas{
	width: 350px;
	height: 30px;
	margin: 8px 0 0 0;
	padding:0;
	float: left;
}
#header_idiomas ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.enlinea li{
	display: inline;
}
#header_idiomas li a{
	display: inline;
	margin: 0 25px 0 0;
	padding: 0;
	width: 60px;
	height: 30px;
	float:left;
	background-position: top;
	background-repeat:no-repeat;
	display:block;
}
#header_idiomas li a:hover{
    background-position: center;
}
#header_idiomas li.activo a{
	background-position: bottom;
}
#header_idiomas_es{
	background: url(btn/espanol.jpg);
}
#header_idiomas_en{
	background:url(btn/english.jpg);
}
#header_idiomas_it{
	background:url(btn/italiano.jpg);
}
#header_idiomas_ca{
	background:url(btn/catala.jpg);
}
#header_idiomas  span{
	display: none;
}
/*HEADER EMPRESA*/
#header_empresa{
	width: 560px;
	height: 30px;
	margin: 8px 10px 0 0;
	padding:0;
	float: right;
}
#header_empresa ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header_empresa li{
	display: inline;
}
#header_empresa li a{
	margin:0 0 0 5px;
	padding: 0;
	width: 70px;
	height: 30px;
	float:right;
	background-position: top;
	background-repeat:no-repeat;
	display:block;
}
#header_empresa li a:hover{
    background-position: center;
}
#header_empresa li.activo a{
	background-position: bottom;
}
#header_empresa_home{
	background: url(btn/home.gif);
}
#header_empresa_empresa_es{
	background:url(btn/empresa_es.gif);
}
#header_empresa_contacto_es{
	background:url(btn/contacto_es.gif);
}
#header_empresa_links{
	background:url(links_btn.jpg);
}
/*NOUS BOTONS*/
#header_empresa_empresa_ca{
	background:url(btn/empresa_ca.gif);
}
#header_empresa_empresa_en{
	background:url(btn/empresa_en.gif);
}
#header_empresa_empresa_it{
	background:url(btn/empresa_it.gif);
}
#header_empresa_contacto_ca{
	background:url(btn/contacto_ca.gif);
}
#header_empresa_contacto_it{
	background:url(btn/contacto_it.gif);
}
#header_empresa_contacto_en{
	background:url(btn/contacto_en.gif);
}
#header_empresa  span{
	display: none;
}
/*HEADER OTRO COMPLEJO*/
#cambia_complejo{
	width: 340px;
	height: 40px;
	margin: 0;
	padding:0;
	float: right;
}
#comp_marymar{
	margin: 0;
	padding: 0;
	width: 170px;
	height: 30px;
	float:right;
	background:url(btn/comp_marymar.gif) bottom left no-repeat;
	display: block;
}
#comp_marymar:hover{
	background-position:top;
}
#comp_celblau{
	margin: 0;
	padding: 0;
	width: 155px;
	height: 30px;
	float:right;
	background:url(btn/comp_celblau.gif) bottom left no-repeat;
	display: block;
}
#comp_celblau:hover{
	background-position:top;
}
#cambia_complejo span{
	display: none;
}
/*CONTENIDO*/
#contenido_cel{
	width: 930px;
	min-height:500px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 500px;
	margin: 40px 0 0 0;
	padding: 0 10px;
	background: url(fondo_celblau.jpg) no-repeat 10px 0;
	border-bottom: 2px solid #56389C;
	border-top: 2px solid #56389C;
}
#contenido_mar{
	width: 930px;
	min-height:500px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 500px;
	margin: 40px 0 0 0;
	padding: 0 10px;
	background: url(fondo_marymar.jpg) no-repeat 10px 0;
	border-bottom: 2px solid #56389C;
	border-top: 2px solid #56389C;
}
#izquierda{
	padding: 0;
	width:320px;
	/*min-height: 550px !important;*/
	margin: 0;
	height:500px;
	height:auto;
	position: absolute;
	float: left;
	top: 40px;
	left: 10px;
}
/*LOGOS COMPLEJOS*/
h1{
	display: none;
}
#logo{
	margin: 10px 0;
	padding: 0;
	width: 320px;
	height: 60px;
}
/*MENU*/
.menu{
	width: 320px;
	margin:100px 0 0 0;
	padding: 5px 0;
}
.menu ul{
	list-style-type: none;
	margin: 0;
}
.menu li{
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0 0 4px 0;
	float: right;
	width: 200px;
	height: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	font-size: 13px;
	letter-spacing: 1px;
}
.menu li a{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	line-height: 18px;
	font-size: 13px;
}
.menu li a:hover{
	color: #56389C;
	font-weight: bold;
	text-decoration: none;
}
.menu li a span {
	color: #0066CC;
}
.menu_borde{
	border-bottom: none;
}
.menu_clear{
	clear: right;
}
/*DERECHA*/
#derecha{
	margin: 0 0 0 15px;
	padding: 0;
	width:595px;
	height: auto;
	float: right;
	/*min-height: 480px;*/
	font-size: 11px;
	height:500px;
	height:auto;
}
/*TEXTOS Y MAS*/
.index_texto{
	margin: 0;
	padding: 5px 0 0 0;
	text-align: justify;
	color: #4b4b4b;
	float: left;
	width: 595px;
	min-height: 430px;
	height:auto !important;
	height:430px;
}
.index_texto p{
	padding: 0 5px;

}
/*FOOTER*/
.footer{
	width: 590px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 5px 0;
	float: left;
	border-top: 2px solid #56389C;
	display:inline;
}
.footer_centro{
	width: 495px;
	height: 60px;
	margin: 0;
	padding: 0 0 0 80px;
	font-size: 10px;
}
.footer_centro p{
	margin: -60px 10px 0 85px;
	padding: 8px 25px 0 25px;
	text-align: left;
	height: 50px;
	color: #333333;
}
.footer_centro p a{
	color: #56389C;
	text-decoration: none;
}
.footer_centro p a:hover{
	color: #56389C;
	text-decoration: underline;
}
/*OPINION*/
.span_separa{
	margin-left: 25px;
}
input{
	font-size: 11px;
	border: 1px solid #999;
}
textarea{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}
select{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}
.no_borde{
	border: none;
}
.obligatorios{
	font-size: 10px;
	color: #999999;
	padding: 0;
	margin: 0;
}
.aceptar_legal {
	color: #9475DC;
	text-decoration: none;
}
.aceptar_legal:hover {
	color: #9475DC;
	text-decoration: underline;
}
.botones_enviar{
	margin: 0;
	padding: 10px 0 10px 130px;
}
.boton_enviar{
	width: 95px;
	margin:0 40px 0 0;
	background: #9475DC;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	cursor:pointer;
	cursor:hand;
}
.boton_enviar:hover{
	color: #FFFFFF;
	background: #593B9F;
	cursor:pointer;
	cursor:hand;
}
#proteccion_datos{
	font-size: 11px;
	padding: 10px;
	color: #000066;
}
#proteccion_datos a{
	text-decoration: none;
	color: #593B9F;
}
#proteccion_datos a:hover{
	text-decoration: underline;
}
/*TARIFAS*/
.como_reservar{
	margin: 10px 0 10px 0;
	padding: 5px;
	color: #4b4b4b;
	font-size: 11px;
}
.como_reservar ul{
	list-style-type: circle;
	margin: 0 0 0 15px;
	padding:0;
}
.como_reservar li{
	margin: 0;
	padding:0;
/*	line-height: 10px;*/
}
.tipos_habitacion{
	margin: 5px 4px 0 4px;
	padding: 0;
}
.tipos_habitacion fieldset{
	margin: 0;
	padding: 0 5px 5px 5px;
	border: 1px solid #593B9F;
}
.tipos_habitacion fieldset legend{
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #593B9F;
	letter-spacing: 2px;
	font-size: 13px;
}
/*.tipos_habitacion table{
	margin: 0;

}*/
.tarifas_tipo{
	font-size: 12px;
	background: #9475DC;
	color: #FFFFFF;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	padding-left: 5px;
	text-align: center;
}
.tarifas_valor{
	font-size: 12px;
	color: #947b5a;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	background: #F8F8F8;
}
.tarifas_apartado{
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background: #593B9F;
}
.tarifas_aclaracion{
	font-size: 11px;
	margin: 2px 0;
	padding: 0;
	color: #62615C;
	text-align: center;
	line-height: 13px;
}
.tarifas_boton{
	height: 60px;
	margin: 10px 0;
	text-align: center;
	padding: 10px;
}
/*APARTAMENTOS*/
.texto_apartamentos{
	padding: 0 5px 5px 5px;
	margin: 5px 0;
	color: #4b4b4b;
	text-align: justify;
}
.texto_apartamentos p{
	margin: 0;
	padding: 0;
}
.elige_apartamento{
	width: 590px;
	height: auto;
	margin: 30px 0 10px;
	padding: 0;
}
.tipo_apartamento{
	width: 285px;
	height: 300px;
	margin: 0;
	padding: 10px 5px 0 5px;
	float: left;
	text-align: center;
	background: #FFFFFF url(fondo_apart.gif) top no-repeat;
}
.tipo_apartamento a{
	font-size: 13px;
	color: #5C3CA7;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
.tipo_apartamento a:hover{
	font-size: 13px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}
.ver_plano{
	text-align: right;
	padding: 0 35px 0 0;
	height: 30px;
}
.ver_plano a{
	font-weight: bold;
	color: #9475DC;
	text-decoration:none;
}
.ver_plano a:hover{
	font-weight: bold;
	color: #9475DC;
	text-decoration:underline;
}
.reservar_otro_tipo{
	text-align: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 230px;
	float: right;
	height: 18px;

}
.ver_otro_tipo{
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	width: 280px;
	float: left;
	height: 15px;

}
.ver_otro_tipo a{
	font-weight: bold;
	color: #9475DC;
	text-decoration:none;
}
.ver_otro_tipo a:hover{
	font-weight: bold;
	color: #9475DC;
	text-decoration:underline;
}
.boton_reservar_tipo{
	width: 80px;
	margin:0 5px 0 0;
	background: #9475DC;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	height: 14px;
	line-height: 12px;
	cursor:pointer;
	cursor:hand;
}
.boton_reservar_tipo:hover{
	color: #FFF;
	background: #593B9F;
	cursor:pointer;
	cursor:hand;
}
/*COMO LLEGAR*/
.como_llegar_descargar{
	height: 23px;
	padding: 2px 0;
	text-align: right;
	margin: 0;
	width: 590px;
}
/* Per posar direccio dins div
.como_llegar_dir{
	height: 23px;
	padding: 2px 0;
	margin: 0;
	float:left;
}
*/
.boton_descargar{
	width: 80px;
	height: 20px;
	border: 2px solid #593B9F;
	margin:0 0 0 0;
	background: #9475DC;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
}
.boton_descargar:hover{
	border: 2px solid #593B9F;
	color: #593B9F;
	background: #FFFFFF;
}
.mapa_google{
	border: 1px solid #666;
	padding: 0;
	overflow: hidden;
	margin: 0;
}
/*PORTADA*/
#contenido_portada{
	width: 930px;
	min-height:580px;
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 580px;
	margin: 40px 0 0 0;
	padding: 0 10px;
	border-bottom: 2px solid #56389C;
	border-top: 2px solid #56389C;
	overflow: hidden;
}
#rotatorio_portada{
	width: 320px;
	height: 580px;
	margin:0 5px 0 0;
	text-align: center;
	float: left;
	padding: 0;
}
#logo_portada{
	float: left;
	margin: 20px 0 0 0;
	padding: 0px;
}
.complejo_portada a{
	width: 288px;
	height: 360px;
	float: left;
	margin: 0 0 10px 0;
	padding: 5px;
	background: #fff;
}
.complejo_portada a:hover{
	margin: 0;
	padding: 5px;
	background: #9475dc;
}
.footer_portada{
	width: 595px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 5px 0;
	float: left;
	border-top: 2px solid #56389C;
}
/*NURE*/
#imagen_nure{
	width: 320px;
	height: 580px;
	margin:0 5px 0 0;
	text-align: center;
	float: left;
	padding: 0;
	background:url(fondo_nure.jpg) no-repeat;
}
#complejo_empresa{
	width: 330px;
	height: 580px;
	margin:0 10px 0 0;
	text-align: center;
	float: left;
	padding: 0;
}
.complejo_empresa a{
	width: 320px;
	height: 230px;
	float: left;
	margin: 0;
	padding: 5px;
	background: #fff;
}
.complejo_empresa a:hover{
	margin: 0;
	padding: 5px;
	background: #9475dc;
}
.textos_empresa{
	width: 575px;
	min-height: 473px;
	height: auto !important;
	height: 473px;
	margin: 12px 10px 0;
	padding: 0 0 0 0;
	float: left;
	font-size:11px;
	color:#4b4b4b;
}
.textos_empresa a{
	color: #56389C;
	text-decoration: none;
}
.textos_empresa a:hover{
	text-decoration: underline;
}
.empresa_superior{
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 11px;
}
.empresa_caja{
	margin: 20px 0 0 10px;
	padding: 5px;
	text-align:center;
	float:left;
	width: 255px;
	border: 1px solid #56389C;
	line-height: 24px;
}
.contacto_empresa{
	width: 575px;
	height: 368px;
	margin: 12px 10px 0;
	padding: 5px 0;
	float: left;
	font-size:11px;
	color:#4b4b4b;
}
.textos_empresa fieldset{
	margin: 0 10px 10px 10px;
	padding: 0 5px 5px 5px;
	border: 1px solid #593B9F;
}
.textos_empresa fieldset legend{
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	color: #593B9F;
	letter-spacing: 2px;
	font-size: 13px;
}
.textos_empresa fieldset checkbox{
	border: none;
}
.gracias{
	font-size: 16px;
	font-weight: bold;
	margin: 80px auto 0;
	text-align: center;

}
.links h1 {
    display: block;
}
.links h1 a {
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #56389C;
    color: #56389C;
}
h1#titulo {
    display: block;
    font-size: 16px;
    color: #56389C;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.msg {
    text-align: center;
    margin: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #C61040;
}
#enlaces_pie {
    padding-left: 10px;
    color: #444;
    font-size: 11px;
}
#enlaces_pie a {
    text-decoration: none;
    color: #666;
}
#enlaces_pie a:hover {
    text-decoration: underline;
}
