@charset "utf-8";
/* CSS Document */


/**

*		Css esquema principal

**/



@import url(formulario.css);



/**

*		Css cabecera

**/
body{
	background: url(/img/cabeceras/cab_hotel.jpg) #FFF no-repeat center top !important;
}


div#cabecera{

	position: relative;


	margin:0 auto 15px auto;

	width: 980px;


}

div#cabecera *{

	margin-top:0;

	border:0;

}

div#conCab{

	position: relative;

	width: 740px;

	height: 100%;

	margin: 0 auto;

	/*border: 1px solid yellow;*/

}

div#colLogo {

	position:absolute;

	top:30px;

	left:0;

	width: 180px;

}



div#imgCab{

	position:absolute;

	top:50px;

	right:0;

}



/**

*		Elementos contenido principal

**/

/*

div#contenido p{

	margin-left:5px;

	text-align: justify;

	line-height: 1.8em;

	padding-right:5px;

}*/

div#conIzq{

	position: absolute;

	left:22px;

	width: 130px;

}

div#conDer{

	position: absolute;

	top:90px;

	right:22px;

	width: 130px;

}

div#submenu{

	

}

div#principal {

	width: 980px;

	}

table#portada{

	width: 100%;

}

table#portada td{

	width: 50%;

}

table#portada img{

	float: left;

	margin: 10px;

	border: 1px solid #0D2B61;

}

td.left{

	border-right: 1px dotted silver;

}



table#portada td p{

	float:right;

	width: 140px;

	color: silver;

	font-size: 1.1em;

	font-weight: bolder;

}

a.boton{

	display: block;

	margin-top:  10px;

	width:100px;

	height: 18px;

	background: transparent url(../img/boton.png) no-repeat top;

	color: white !important;

	text-align: center;

	font-size: 0.90em;

	font-weight: bolder;

	text-decoration: none;

}

a.boton:hover{

	background: transparent url(../img/boton.png) no-repeat bottom;

	color: #ffffff;

}

input.boton{

	/*width:100px;*/

	height: 18px;

	border:0;

	padding: 0 5px;

	background: transparent url(../img/boton.png) no-repeat top;

	color: white;

	text-align: center;

	font-size: 0.90em;

	font-weight: bolder;

	cursor:pointer

}


/**

*		Css pie de página

**/

div#pie {
	position:relative;
	font-size: 0.9em;
	height:15px;
	padding-top: 15px;
	font-size:10px;
	width:100%;
	clear:both;
}
/**

*		Elementos menu

**/

div.bloTitulo{

	background-color: #0d2b61;

	color: White;

	font-family: Trebuchet MS, Verdana, Arial;

	padding-left: 10px;

}

/** 

*   Menú Vertical

*/

/*

ul.menu1{

	margin-top:0;

	margin-bottom:0;

	padding: 0;

	list-style: none;

}

ul.menu1 li{

	margin-left:0;

	padding:0;

	padding-bottom:1px;

	border-bottom: 1px solid #565451;

}

ul.menu1 li a{

	display: block;

	font-size: 0.90em;

	height: 24px;

	text-decoration:none;

	padding-left: 20px;

	color:white;

}

ul.menu1 li a:hover {

	background: transparent url(../img/fondo_li_menu.png) no-repeat left;

	font-weight: bolder ; 

}



ul.menu2{

	margin-top:0;

	margin-bottom:0;

	padding: 0;

	list-style: none;

}

ul.menu2 li{

	margin-left:0;

	padding:0;

	padding-bottom:1px;

	border-bottom: 1px solid #565451;

}

ul.menu2 li a{

	display: block;

	font-size: 0.90em;

	min-height: 24px;

	text-decoration:none;

	padding-left: 20px;

	color: #D40D15;

}

ul.menu2 li a:hover {

	background: transparent url(../img/fondo_li_menu2.png) no-repeat left;

	font-weight: bolder ; 

}

*/



div.float{

	float: left;

	width: 280px;

}

div.space{

	clear: both;

}

div#pie ul {
	margin : 0;
	padding:0px;
	list-style : none;
	cursor: pointer;
	text-align:center;
}

div#pie ul li { 

	float : left; 

	padding: 0;

	border-right: 1px solid #588CB4;

}

div#pie ul li a { 

	display: block;

	padding: 1px 4px;

	text-decoration: none;

}

div#pie ul li a:hover { 

	text-decoration: underline;

}

div#ficha{

	margin: 10px 30px;

	font-size: 0.85em;

}

div#ficha a{

	color: black;

	text-decoration: none;

}

div#ficha th{

	text-align: left;

}

img.marco{

	border: 1px solid #0D2B61;

}

h3 span{

	color:#0D2B61;

	font-style: italic;

	text-transform: uppercase;

}

hr.linea{

	width:70%;

	margin: auto;

	height:0px;/*solo queremos borde*/



	border-top:0px;/*quita el grosor extra de Opera y FFox*/

	border-bottom:silver solid 1px;

}

table.pedido{
	position:relative;
	border-collapse: collapse;
	width: 100%;
	margin-top:25px;
	border: 1px silver solid;
	background-color:#fefcee;

}

table.pedido td, table.pedido th{

	border-bottom: 1px solid silver;

}

table.pedido thead tr{

	background-color: #00529e;
	color:#FFF;

}

table.pedido tfoot tr{

	background-color: #f0f0f0;

}

table.pedido tfoot th{

	text-align:left;

}

table.pedido td a:hover {

	color: silver;

	text-decoration: underline;

}

table.pedido tfoot th a{

	color:black;

	text-decoration: none;

}

table.pedido tfoot th a:hover{

	color:black;

	text-decoration: underline;

}

.acode { border:none }



a.acode { 

	display: block;

	float: right;

	margin-left:10px;

	border-bottom:1px dotted #900 ;

	text-decoration: none;

	color:#900;

}



a:hover.acode { border-bottom-style:solid }

ul#menu_pedido{

	float: right;

}

ul#menu_pedido, ul#menu_pedido li{

	margin-top:0;

	margin-bottom:0;

	padding: 0;

	list-style: none;

}

ul#menu_pedido li{

	float: left;

	margin: 10px;

}

table.formulario input{

	border:1px solid gray;

}

table.formulario select{

	border:1px solid gray;

}

.oculto{

	visibility: hidden;

}

div#imagen_sup{

	margin-left:7px;

}

div#imagen_sup img{

	border:0;

}

dt, dt a{

	color:#d40d15;

}

dl.sector dd{

	margin:0;

	padding:4px;

	margin-top: 5px;

	margin-bottom: 15px;

	border-top: 1px dotted gray;

	border-bottom: 1px dotted gray;

}

/* ******************

**	Menú Horizontal

** ******************/

ul#menu {
	position: absolute;
	top: 0;
	left:0;
	list-style: none;
    padding: 0;
	margin: 0 auto;
	height:20px;
}

ul#menu li { /* Convertimos la lista en horizontal */
	padding: 0;
    margin: 0;
	margin-right:4px;
  	float:left;
    display: block;
	font-size: 1em;
}

 ul#menu li a{
 	display: block;
	padding-top:6px;
 	color: #01539f;
	width:110px;
	height: 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bolder;
	border: 2px dotted #01539f;

 }

  ul#menu li a:hover{
	color: #0076e4;
	padding-top: 7px;
	height: 19px;
 }

 

 /* *****************

 ** Submenú

 ** *****************/

 div#submenu{

 	border-bottom: 1px solid black;

 }

 div#submenu ul {

 	/*

	position: absolute;

	top:85px;

	right:0px;

	*/

	list-style: none;

   padding: 0;

	margin: 0;

	height:20px;

}



 div#submenu ul li { /* Convertimos la lista en horizontal */

	padding: 0;

   margin: 0;

	margin-right:2px;

  	float:left;

   display: block;

	font-size: 0.90em;
	line-height:1.9em;

 }

 div#submenu ul  li a{

 	display: block;

 	color:white;

	width:100px;

	height: 20px;

	text-decoration: none;

	text-align: center;

	font-weight: bolder;

	background: transparent url(../img/boton_4.jpg) no-repeat;

	padding: 0;

 }

 div#submenu ul  li a:hover{

 	background: transparent url(../img/boton_3.jpg) no-repeat;

	color: black;

 }

 .op{

 	background: transparent url(../img/boton_2.jpg) no-repeat !important;

	color: black !important;

 }


 div.div_izq, div.div_der{

 	width:482px;
	position:relative;
 }

div.div_izq{

	float:left;

}

div.div_der{

	float:right;

}

div.celda_sup{
	width:290px;
	height:77px;
	padding:10px 3px 3px 10px;
	background-color: #f5f5f5;
	color: #222;
	float:left;
	line-height:1.4em;
	position:relative;
}

div.celda_sup h3, div.celda_sup h3 a{
	font-weight:bolder;
	font-size:16px;
	color:#222;
}

div.celda_sup h3 a:hover{
	text-decoration:underline;
}

.superiorazul{
	position:relative;
	overflow:hidden;
	height:90px;
	border: 1px solid #e5e5e5;
	margin-bottom:7px;
}

div.row2 {
  clear: both;
  padding-bottom: 5px;
  width:100%;
  position:relative;
  overflow:hidden;

}


div.row2 span.label {
  float: left;
  width: 140px;
  text-align: right;
  font-weight:bolder;
}



div.row2 span.formw {
  float: right;
  width: 325px;
  padding-left:10px;
  text-align: left;
}

div.titulo{

	width: 150px;

	text-align:center;

	background-color: #E8EAF2;

	border: 1px solid #7F82AF;

}


.cajaamarilla{
	width:958px;
	padding:10px;
	border:1px solid #e5e5e5;
	font-size:1.1em;
}

a.img{

	border:0;

}

a:hover.img{

	border: 1px solid silver;

}

div.titulo2, table.pedido thead tr.tarifa{
	background-color: #00529e;
	color:#FFF;
	height:25px;
}

div.titulo2{

	font-weight: bolder;
	padding-left: 5px;

}

a.descripcion {
	position: absolute;
	bottom: 3px;
	right: 5px;
	color: #900;
}


/* Paginación */

.paginas{
	position:relative;
	margin: 25px auto 25px auto;
    overflow:hidden;
	clear:both;
	float:left;
	width:100%
}
	

#pagination{border:0; margin:0 auto; padding:0; left:50%; position:relative; float:left;}

#pagination li{
border:0; margin:0; padding:0;
font-size:12px;
list-style:none;
position:relative;
float:left;
right:50%;
}
#pagination a{
border:solid 1px #DDDDDD;
margin-right:2px;
}
#pagination .previous-off,
#pagination .next-off {
color:#666666;
display:block;
font-weight:bold;
padding:3px 4px;
}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} 
#pagination .active{
color:#ef3f35;
font-weight:bold;
display:block;
padding:4px 6px;
}
#pagination a:link,
#pagination a:visited {
color:#01539f;
display:block;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #666666;
}


.galeriaPequena2{
	height: 110px;
	position:relative;
}

.galeriaPequenaOculta{
	height: 90px;
	width: 110px;
	float:left;
	position: relative;
	overflow:hidden;
	margin: 0 4px 4px 4px;
}

.avisolegal{
	line-height:1.5em;}
.avisolegal p{
	margin-bottom: 20px;}

