/* CSS Document */

body {
	background-color: #F2F585;
	margin: 0px;
}
body, td, p, div, li { font: 11px Verdana, Arial, Helvetica, sans-serif; }
td { margin:0; padding:0;}
a {
	color:#474723;
	text-decoration:none;
	height:18px; 
 }
a:hover {
	color:#000000;
	text-decoration:underline;
	height:20px;
}
.lang { 
	background-color:#900;
	color:#FFF;
	height:18px;
	text-align:center;
	font-weight:bold;
}
.lang a {
	color:#FFF;
	text-decoration:none;
}
.lang a:hover { text-decoration:underline; }
.bkRed { background-color:#A6A653; }
.logo {
	height:61px;
	background-color:#cccc66;
	font-size:10px;
}
.address {
	height:20px;
	padding-right:5px;
	text-align:right;
	color:#900;
	font-size:10px;
}
.address a {
	color:#900;
	text-decoration:none;
	text-align:right;
}
.address a:hover { text-decoration:underline; }
#contents {
	padding:18px;
	vertical-align:top;
}
#text {
	width:300px;
	margin-right:18px;
	float:left;
	text-align:justify;
}
#photos { 
	width:223px;
	float:left;
}
li { list-style-image: url("../images/ico.gif"); text-align:left;}
.title {
	font-weight:bold;
	border-left:solid 8px #000;
	padding-left:8px;
	color:#474723;
}
.borderRed { border:1px solid #000000;}

/*--- Principio Contenedor del motor de reservas ---*/
#mirai_bookentrance {
    margin: 20px auto;
    width: 756px;
}
#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: 11px;
}
/*--- 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_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;*/
    /*height:2em;*/
    background: #000000;
    color:#fff;
}
#mirai_be8 { /*--- Boton "Input Ver/Cancelar" ---*/
    /*text-decoration:underline;*/
    /*color:#00f;*/
}
/*--- Fin Estilos de Botones y Codigo Promocional ---*/
/*--- Principio Para que el calendario aparezca siempre encima ---*/
#ui-datepicker-div {
    font-size:1.3em;
    margin-top:-280px;
}
/*--- Fin Para que el calendario aparezca siempre encima ---*/
