/* CSS Document */
body, html{ overflow:hidden;}
body{ 
	margin-left: -450px; 
	margin-top: -300px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 900px; 
	height: 600px;
}
#main{ margin:auto; height:auto; width:900px;}
.construccion{
	position:absolute; top:85px; right:400px;
	color:#053589;}
	.izq_sup{ width:14px; height:13px; background: url(../images/cuadro/izq_sup.png) ;}
	.der_sup{ width:14px; height:13px; background: url(../images/cuadro/der_sup.png) ;}
	.der_inf{ width:14px; height:13px; background: url(../images/cuadro/der_inf.png) ;}
	.izq_inf{ width:14px; height:13px; background: url(../images/cuadro/izq_inf.png) ;}
	.sup{ width:1px; height:13px; background: url(../images/cuadro/sup.png) ;}
	.inf{ width:1px; height:13px; background: url(../images/cuadro/inf.png) ;}
	.izq{ width:13px; height:1px; background: url(../images/cuadro/izq.png) ;}
	.der{ width:13px; height:1px; background: url(../images/cuadro/der.png) ;}
	.centro{
	  	background: url(../images/cuadro/centro.png) ;
		width:300px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;}
		
.destacado{ font-weight:bold; color:#9CCA05;}

.cabecera{ height:68px;}
.titulo_portada{ float:right; margin-right:200px; position:relative; top:20px;}
.idiomas_portada{ float:left; margin-top:44px; text-decoration:none; height:0px;}
.qualitat_balear{float:right; margin-right:140px; position:absolute; right:10px; top:15px;}
.logos_balear{float:right; margin-right:75px; position:absolute; right:0px; top:15px;}

.formulario_reserva{ font-family:Verdana, Arial, Helvetica, sans-serif;}

.texto_pie{ font-family:"Arial Narrow"; color:#8C6D4A; font-size:16px; float:right; margin-right:102px; word-spacing:8px; position:relative; bottom:-10px;}
.logo_contacto{ float:left; width:400px; height:50px; position:relative; bottom:30px; bottom:50px; left:15px; }
.menu_entrares, .menu_entraren, .menu_entrarfr, .menu_entrarde{ 
	float:right;  
	position:relative;
	bottom:150px;
	right:150px;
	font-family:Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", Monaco, "Courier New", Courier, monospace;
	font-style:italic;
	font-weight:bold;
	font-size:20px;}

.menu_entrares{	height:33px; width:88px; background: url(../images/menu/es/entrar.png) no-repeat; }
.menu_entrares:hover{ background: url(../images/menu/es/entrar_blur.png) no-repeat;}
	.menu_entraren{	height:33px; width:88px; background: url(../images/menu/en/entrar.png) no-repeat;}
	.menu_entraren:hover{ background: url(../images/menu/en/entrar_blur.png) no-repeat;}
	.menu_entrarfr{	height:33px; width:88px; background: url(../images/menu/fr/entrar.png) no-repeat;}
	.menu_entrarfr:hover{ background: url(../images/menu/fr/entrar_blur.png) no-repeat;}
	.menu_entrarde{	height:33px; width:88px; background: url(../images/menu/de/entrar.png) no-repeat;}
	.menu_entrarde:hover{ background: url(../images/menu/de/entrar_blur.png) no-repeat;}
