@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:#565656;
}
body {
	background:url(../images/bg.jpg) repeat-x #000
}
ul {
	list-style:none;
}
a img, :link img, :visited img {
	border:none;
}
a:link {

	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover, a:active {
	color:#333333;
	text-decoration:underline;
}
*:focus {
	outline:none;
}

/*---------------------------------------------------------------------------------*/
/*----------------------------- ESTRUCTURA  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Container */
/*---------------------------------------------------------------------------------*/


#container {
	width: 940px;
	margin:35px auto 0 auto;
	padding-bottom:30px;
}
#subContainer { /* Para pintar los bordes laterales */
	background:none repeat scroll 0 0 #FFFFFF;
	position:relative;
	top:28px;
	width:980px;
}
/* Idiomas */
/*---------------------------------------------------------------------------------*/

#language {
	color:#fff;
	font-weight:bold;
	position:absolute;
	right:23px;
	top:-18px;
}

#language li{
	display:block;
	float:left;
	padding:5px;
	}
#language a:link, #language a:visited {
	color:#93117B;
	text-decoration:none;
}
#language li, #language a:hover, #language a:active {
	color:#fff;
}
/* Cabecera */
/*---------------------------------------------------------------------------------*/

#header {
	background:url(../images/head.jpg) no-repeat;
	width:980px;
}
h1.logo {
	background:url(../images/logo.jpg) no-repeat;
	height:55px;
	left:28px;
	margin-top:40px;
	position:absolute;
	text-indent:-4000px;
	width:55%;
	z-index:700;
}
.logo a{
	display:inline;
	width:100%;
	height:55px;
	left:28px;
    position:absolute;
    width:100%;
    z-index:700;
	text-indent:-50000px;
	}
#header p.img {
	display:block;
	width:493px;
	margin:0 auto 10px auto;
}
#hcard-Hostal-Barcelona {
	font-style:normal;
	height:91px;
	line-height:25px;
	padding:20px 30px 0 540px;
	text-align:right;

}


#hcard-Hostal-Barcelona p a {
	color: #93117B;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}
#hcard-Hostal-Barcelona p a:hover, #header address p a:active {
	color: #ccc;
}
#header p.hotelsearch {
	height: 23px;
	width: 200px;
	display:block;
	text-indent:-5000px;
	position:relative;
	bottom:10px;
	left:25px;
}
#header p.hotelsearch a {
	background: url(../images/logo-hs.jpg) no-repeat center top;
	height: 23px;
	width: 200px;
	display:block;
	text-indent:-5000px;
}
/* Menú */
/*---------------------------------------------------------------------------------*/

#menu {
background: #93117E;
display:block;
font-weight:bold;
height:36px;
margin-left:auto;
margin-right:auto;
position:absolute;
top:115px;
width:100%;
}
#menu ul li {
	float:left;
	padding:0 20px;
	line-height:36px;
	margin-left:15px;
}
#menu li.first {
	background:url('../images/bgmenu-izq.jpg') no-repeat left top;
	padding-left:26px;
}
#menu li a {
	color:#000;
	text-decoration:none;
	
}
#menu li.current{
	color:#FFF;
	background:url(../images/coco.png) no-repeat left;
	}
#menu li a:hover {
	color:#FFF;
}
/* Contenidos */
/*---------------------------------------------------------------------------------*/



#contents {
	border:4px solid #93117e;
	min-height:440px;
	padding-bottom:40px;
}
* 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;
}

/*----------------------------- ESTILOS  ------------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Headings */
/*---------------------------------------------------------------------------------*/

h2 {
	font-size: 120%;
	color:#000;
	line-height:40px;
	height:40px;
	padding-left:10px;
}

h3{
	font-size:0.9em;
	padding-left:10px;
	}
.bold{
	font-weight:bold;
	}
#texto{
	width:520px;
	float:left;
	margin:128px 0 0 10px;
	}
	
#texto2{
	width:400px;
	float:left;
	margin:128px 0 0 10px;
	}	
	
#texto_map{
	margin:128px 0 0 20px;
	width:590px;
	float:left;
	
	}
#texto_galeria{
	margin:128px 0 0 20px;
	width:100%
	}	
#texto_ofertas{
	width:100%;
	}	
dt, dl {
	line-height:20px;
	}
	
dt{
	font-weight:bold;
	
	}
dl{
	margin-left:20px;
	}
	
	
#col_marco{
	/*background:url(../images/marco.jpg) no-repeat;*/
	height:287px;
	position:absolute;
	right:-15px;
	top:253px;
	width:413px;
	}	

	
#column01 h2, #column02 h2 {
	font-size: 120%;
	color:#f5b340;
	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:#085A634;
}
/* Listas */
/*---------------------------------------------------------------------------------*/

#column01 ol {
	margin: 15px 22px;
}
#column01 ol li {
	margin: 5px 0;
}
#contents ul {
	margin: 15px 15px;
}
#contents ul li {
	margin:5px 12px;
	list-style-image:url(../images/ico_normal.gif);
	line-height:18px;
}
/*Fotos*/
/*---------------------------------------------------------------------------*/

ul.pics li{
	float:left;
	display:block;
	margin:10px;
	list-style:none;
	}

/* Enlaces */
/*---------------------------------------------------------------------------------*/

p.top {
	text-align:right;
}
.top a {
	padding-right:18px;
	background: url(../images/ico_top.gif) no-repeat right center;
	color:#DC8E0C;
}
/* GoogleMap */
/*---------------------------------------------------------------------------------*/

#gmap {
	height:400px;
	position:absolute;
	right:-15px;
	top:288px;
	width:360px;
	border:2px solid #999;
}
/* 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  ------------------------------------*/
/*---------------------------------------------------------------------------------*/
#motor{
top:166px;
color:#93117B;
font-size:1.5em;
left:15px;
position:absolute;
width:202px;
z-index:9;
}
#mirai_bookentrance {
    background: url("../images/bg_motor.jpg") repeat-x scroll 0 0 transparent;
    height: 40px;
    left: 15px;
    padding: 3px 0 0;
    position: absolute;
    text-align: center;
    top: 196px;
    width: 950px;
    z-index: 600;
}
#mreLoader{
	margin-top:5px!important;
	}
#frame_checkinContainer.frame_text, #frame_nightsContainer.frame_text {
color:#FFFFFF;
font-weight:bold;
margin-left:25px;
}

input#frame_buttonBook  {
background-color:#93117e!important;
border:none!important;
}
input#frame_buttonCancel:hover{
	border:1px solid #93117e!important;
	color:#93117e!important;
	}

#titleDivOffers{
	display:none;
	}
/*.calendar thead .name { background-color:#CCC!important;}
.calendar thead .title, .calendar tfoot .ttip { background-color:#666!important;}*/

.calendar thead .hilite, .calendar tbody .rowhilite td, .calendar tbody td.selected, .calendar tfoot .hilite, .calendar .combo {
background:none repeat scroll 0 0 #93117D!important;
}
.calendar tbody td.today {
color:white!important;
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_be0, #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;*/
}
/*--- Principio Contenedor del motor de reservas ---*/
#mirai_be0, #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;*/
}
/*--- Fin Contenedor del motor de reservas ---*/
/*--- Principio Posición de elementos ---*/
#mirai_bookentrance input#mirai_be2, #mirai_bookentrance select#mirai_be4, #mirai_bookentrance input#mirai_be6  { /* Margin Right para "Input Entrada", "Input Noches" y "Input Codigo Promocinal"*/
    /*margin:0 0.3em 0 0;*/
}
#mirai_be2, #mirai_be4, #mirai_be6  { /* Margin Right para "Input Entrada", "Input Noches" y "Input Codigo Promocinal"*/
    /*margin:0 0.8em 0 0;*/
}
#mirai_bookentrance div#mirai_be7  { /* Margin Right div contenedor de "Input Reservar"*/
    /*margin:0 1em 0 0;*/
}
/*--- Fin Posición de elementos ---*/
/*--- Principio Estilos de Botones y Codigo Promocional ---*/
#mirai_be2 { /* Anchura para "Input Entrada" */
    /*width:7em;*/
}
 #mirai_be6 { /* Anchura para "Input Codigo Promocional" */
    /*width:7em;*/
}
#mirai_be1, #mirai_be3, #mirai_be5 { /* Estilos de textos: "Entrada, Noches y Código Promocional" */
      /*color: #444;*/
    color: #FFFFFF;
    font-weight: bold;
    }
#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_be7 input { /*--- Boton "Input Reservar" ---*/
    /*padding:0 0.8em;*/
    background-color: #93117E;
    border: 1px solid #93117E;
    color: #FFFFFF;
    font-variant: normal;
    font-weight: bold;
    height: 31px;
    line-height: 20px;
    margin-right: 10px;
    width: 170px;
}
#mirai_be7 input:hover { /*--- Boton "Input Reservar" ---*/
    /*padding:0 0.8em;*/
    background-color: #FFFFFF;
    border: 1px solid #93117E;
    color: #93117E;
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    text-decoration:none;
    /*color:#00f;*/
    background: none repeat scroll 0 0 transparent;
    color: #CCCCCC;
    line-height: 20px;
}
#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 ---*/

