/* CSS Document */

@import url("styles.css");



/* ESTRUCTURA ENCABEZADO */


#bookings { 
	width: 575px;
	text-align:right;
	padding-right:10px;
 }
#logo, #bookings {
	height:48px;
	border-top: 1px solid #FFF ;
	border-bottom: 1px solid #CCC;
	background-color:#ffffff;
}
#tab { 
	width:215px;
	vertical-align:bottom;
}
#name { 
	width: 535px;
	text-align:center;
	font: 17px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	letter-spacing:1px;
}
#contact { 
	width: 50px;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	vertical-align:bottom;
	padding-bottom:4px;
	padding-right:5px;
	text-align:right;
} 

#contact a:link, #contact a:visited { 
	color:#FFF;
	text-decoration:none;
}
#contact a:hover, #contact a:active { 
	color:#FFF;
	text-decoration:underline;
}
#tab, #name, #contact {
	height:28px;
	border-top: 1px solid #FFF ;
	border-bottom: 1px solid #FFF;
	background-color:#663300;
}


/* ESTILOS CONTENIDOS */


.hotelName {
	font-size: 11px;
	font-weight:bold;
	margin-bottom:12px;
}

.address {
	color: #607BAE;
	font-size:11px;
	margin-top:12px;
	margin-bottom:12px;
}

.photosSmall {
	margin: 6.5px;
	border: 1px solid #8DA0C5;
	cursor:hand;
	cursor:pointer;	
}


.infoHeaderVert { text-align:center; }
.infoHeaderVert, .infoHeaderHor { 
	background-color:#999966;
	font-size:10px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	color:#fff;
	padding:1px;
 }

.infoContent01, .infoContent02 {
	font-size:10px;
	border-bottom: 1px solid #8DA0C5;
	padding:1px;
	text-align:center;
}

.infoContent01 { background-color:#FFF; }

/* ESTILOS CARD REDUX */

.plano{
	float:left;
	margin-right:8px;
	cursor:hand;
	cursor:pointer;	
}
