@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------------------*/
/*----------------------------- NORMALIZACION  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

* { margin:0; padding:0; z-index:0} 

body { font-size:80%; }

body, p, div, ol, ul, li, form, select, input, table, tr, td, th { 
	font-family: 'Arial', Helvetica, sans-serif;
	color:#5e5c98;
}

body { background:#8781be url(../images/bg.png) repeat-x left bottom; }

ul { list-style:none;}

a img, :link img, :visited img { border:none; }

a:link {
	color:#596745;
	text-decoration:none;
}
a:visited { color:#859aad; text-decoration:none;}
a:hover, a:active { color:#9ab378; text-decoration:underline; }

*:focus { outline:none; }

address {
	font-style:normal;
	text-align: center;
	color:#fff;
}
address a:link,address a:visited {color:#fff; font-weight:bold}
address a:hover,address a:active {color:#9ab378; font-weight:bold}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTRUCTURA  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Container */
/*---------------------------------------------------------------------------------*/


#container {
	width: 940px;
	margin:35px auto 0 auto;
	background:url(../images/border-sup.png) no-repeat left top;
	padding-bottom:30px;
}

#subContainer { /* Para pintar los bordes laterales */
	width:940px;
	background:url(../images/border-lateral.png) repeat-y;
	position:relative;
	top:28px;
}

/* Idiomas */
/*---------------------------------------------------------------------------------*/

#language {
	position:absolute;
	top:0;
	right:5px;
	font-weight:bold;
	line-height:29px;
	color:#2e3192;
}

#language a:link, #language a:visited {
	color:#fff;
	text-decoration:none;
}

#language a:hover, #language a:active {
	color:#46562e;
	text-decoration:underline;
}

/* Cabecera */
/*---------------------------------------------------------------------------------*/

#header h1 {
	background: url(../images/bgtitle.jpg) no-repeat top center;
	height: 141px;
	width: 165px;
	position:absolute;
	margin-top:-63px;
	left:28px;
	z-index:700;
	text-indent:-4000px;
}

#header p.img {
	display:block;
	width:493px;
	margin:0 auto 10px auto;
}

#header address {
	background: url(../images/bgaddress.jpg) no-repeat top center;
	height: 131px;
	width: 156px;
	position:absolute;
	top:-20px;
	right:28px;
	padding: 20px 5px 0 10px;
}


#header address p { 
	margin:0 10px;
	font-size:0.9em;
	color:#fff;
}

#header address p a { 
	color: #fff;
	text-decoration:none;
	font-weight:bold;
}

#header address p a:hover, #header address p a:active { color: #9ab378;}

#header p.hotelsearch {
	background: url(../images/logo-hs.jpg) no-repeat center top;
	height: 23px;
	width: 200px;
	display:block;
	text-indent:-5000px;
	position:relative;
	bottom:10px;
	left:25px;
}

/* Menú */
/*---------------------------------------------------------------------------------*/

#menu {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	font-size: 95%;
	font-weight: bold;
	display:block;
	height:36px;
	background: #5e5c98  url('../images/bgmenu-der.jpg') no-repeat right top;
}

#menu li {
	float:left;
	padding:0 10px;
	line-height:36px;
}

#menu li.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}

#menu li a {
	color:#fff;
	text-decoration:none;
}

#menu li a:hover, #menu li a:active { text-decoration:underline; color:#9ab378; }


/* Contenidos */
/*---------------------------------------------------------------------------------*/

#contents {
	padding:20px 270px 30px 290px ;
	position:relative;
	min-height:200px;
}

* html #contents { height:200px;}

#contents p {
	margin:10px;
	line-height:1.3;
}


/* Columnas */
/*---------------------------------------------------------------------------------*/

#column01 {
	position:absolute;
	width:245px;
	top:20px;
	left:35px;
}

#column02 {
	position:absolute;
	width:230px;
	top:20px;
	right:23px;
}


/* Pie de página */
/*---------------------------------------------------------------------------------*/

#footer {
	position:relative;
	bottom:-28px;
	left:0;
	background: url('../images/border-inf.png') no-repeat bottom;
	height:31px;
	z-index:40;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTILOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Headings */
/*---------------------------------------------------------------------------------*/

#contents h2 { 
	font-size: 120%;
	color:#9ab378;
	background:url(../images/ico2.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}

#contents h1 { 
	font-size: 120%;
	color:#5e5c98;
	background:url(../images/ico.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}

#column01 h2, #column02 h2 {
	font-size: 120%;
	color:#5e5c98;
	background:url(../images/ico.gif) no-repeat left center;
	line-height:40px;
	height:40px;
	border-top:none;
	border-bottom: 1px solid #efefef;
	padding-left:20px;
}
/* FAQS */
/*---------------------------------------------------------------------------------*/
.faq { color:#5e5c984;}

/* Listas */
/*---------------------------------------------------------------------------------*/

#column01 ol  { margin: 15px 22px; }

#column01 ol li { margin: 5px 0;}

#contents ul {
	margin: 15px 22px;
}

#contents ul li {
	margin:5px 12px;
	list-style-image:url(../images/ico_normal.gif);
	line-height:18px;
}

/*Fotos*/
/*---------------------------------------------------------------------------*/

.photoGallery {
	text-align:center;
	margin-top:55px;
}

.photoGallery img { padding: 0 15px;}

.photoGallery span.mask  {
	background: transparent url(../images/mask_photos.png) no-repeat center center;
	height: 219px;
	width: 219px;
	margin-top: -205px;
	position: relative;
	z-index: 15;
	display: block;
	font-size: 90%;
	margin-bottom: 15px;
	}

* html .photoGallery span.mask {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos.png');
}

.photoGallery span.mask:hover { background: url(../images/mask_photos_over.png) no-repeat center; }

* html .photoGallery span.mask:hover {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mask_photos_over.png');
}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

p.top { text-align:right;}
.top a{
	padding-right:18px;
	background: url(../images/ico_top.gif) no-repeat right center;
	color:#596745;
}


/* GoogleMap */
/*---------------------------------------------------------------------------------*/

#googlemap { margin-left:10px; }



/* Reviews */
/*---------------------------------------------------------------------------------*/

#opiniones {
	font-size: 0.9em;
	margin-left:-30px;
}

#hsRating .small {
	width: 24em;
	text-align: center;
	font-style: italic;
	clear: left;
	font-size: 9px;
}


/*---------------------------------------------------------------------------------*/
/*----------------------------- VARIOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_bookentrance {
    padding:10px 0 0 20px;
}
#mirai_be0, #mirai_be2, #mirai_be0 input, #mirai_be0 select { /*#mirai_be2, #mirai_be0 input, #mirai_be0 select para que se vea la misma letra en IE6 y IE7*/
    /*font-family: Verdana;*/
    /*font-size: 13px;*/
}
#mirai_be0 {
    /*width:13.7em;*/
    /*height:11.5em;*/
}
/*--- Fin Contenedor del motor de reservas ---*/
/*--- Principio Posición de elementos ---*/
#mirai_be1, #mirai_be3, #mirai_be5 { /* Espacio a la izquierda para "Entrada" y "Noches" y margin para igualar horizontalmente con textos de los input */
    /*left:0;*/
    /*margin-top:0.25em;*/
    color: #565656;
    font-weight: 700;
}
#mirai_be2, #mirai_be4, #mirai_be6 { /* Espacio a la izquierda para "Input Entrada", "Input Noches", y "Input Codigo Promocional" */
    /*left:6.5em;*/
}
#mirai_be7, #mirai_be8 { /* Espacio a la izquierda para "Input Reservar", "Input Ver/Cancelar" */
    /*left:0;*/
}
#mirai_be1, #mirai_be2 { /* Espacio superior para "Entrada" y "Input Entrada" */
    /*top: 0; */
}
#mirai_be3, #mirai_be4 { /* Espacio superior para "Noches" y "Input Noches" */
    /*top:2.2em;*/
}
#mirai_be5 { /* Espacio superior y a la izquierda para "Codigo Promocional" */
    /*top: 6.15em;*/
    /*left: 0em;*/
}
#mirai_be6 { /* Espacio superior para "Input Codigo promocional" */
    /*top:4.6em;*/
}
#mirai_be7 { /* Espacio a la izquierda y superior para "Input Reservar" */
    /*top: 6.9em;*/
    /*left:0;*/
}
#mirai_be8 { /* Espacio a la izquierda y superior para "Input Ver/Cancelar" */
    /*top: 9.9em;*/
    /*left:0;*/
}
/*--- Fin Posición de elementos ---*/
/*--- Principio Estilos de Botones y Codigo Promocional ---*/
#mirai_be2, #mirai_be6 { /* Anchura para "Input Entrada" y "Input Codigo Promocional" */
    /*width:7em;*/
}
#mirai_be2, #mirai_be4, #mirai_be6 { /* Estilos "Input Entrada", "Input Noches" y "Input Codigo Promocional" */
     /*background-color:#FFFFFE;*/ /* para que el "color" de < slect > en Safari funciona, no se pudede asignar #FFFFFF. Color de letra para Text Inputs */
     /*border:1px solid #999;*/
     /* color: #444;*/
    }
#mirai_be5 { /*--- Texto "Codigo Promocional" ---*/
    /*font-size: 0.75em;*/
    /*line-height: 0.9em;*/
    /*width: 3em;*/
}
#mirai_be7 input { /*--- Boton "Input Reservar" ---*/
    /*padding:0 0.8em;*/
    background: url("http://www.hotelsearch.com/eurostars/hoteldasletraslisboa/images/button.png") no-repeat scroll center center transparent;
    border: medium none;
    color: #FFFFFF;
    font-size: 110%;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    width: 203px;
}
#mirai_be7 input:hover { /*--- Boton "Input Reservar Hover" ---*/
    /*---*/
    background: url("http://www.hotelsearch.com/eurostars/hoteldasletraslisboa/images/button_hover.png") no-repeat scroll center center transparent;
    border: medium none;
    color: #565656;
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    /*text-decoration:underline;*/
    /*color:#00f;*/
    border: medium none;
    color: #565656;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    width: 180px;
    margin-top:5px;
    margin-left:10px;
}
#mirai_be8:hover { /*--- Boton "Input Ver/Cancelar" ---*/
    /*---*/
    text-decoration:underline;
}
/*--- Fin Estilos de Botones y Codigo Promocional ---*/
/*--- Principio Para que el calendario aparezca siempre encima ---*/
#ui-datepicker-div {
    font-size:1em;
}
/*--- Fin Para que el calendario aparezca siempre encima ---*/
