body {
	color: #CFCFCF;
	font: 11px Trebuchet MS;
}
div {
	display: block;
}

section {
	display: block;
}

#contenedor{
	width: 214px;
	height: auto; /*225 + imagen (45px)*/
	background: #000000;
	opacity: 0.8;
}
#contentcountry {
	color: #CCCCCC;
	font-size: 11px;
	padding: 2px;
	width: 214px !important;
	height: 25px;
}
#contentcountry select {
	background-color: #585858;
	background-image: none;
	border: 1px solid #222222;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 10px;
	height: 17px;
	vertical-align: middle;
	width: 192px;
	margin: 0;
	padding: 0;
}
#comboCountryCRS.select{
	background-color: #000000;
	border: medium none #000000;
	color: #FFFFFF;
	visibility: visible;
	width: 85px;
	font-size: 13px;
	float: right;
	margin:2px 3pt 0pt 2px;
}
#aviso{
	width: 214px; 
	height:45px;
	z-index:-1;
	margin: 0 0 -2px -2px;
	padding-top: 5px;
}
#divImagenBook{
	width: 124px;
	margin: 0 auto;
	display: none;
}
#tipoReserva{
	border: 1px solid #585353;
	margin-top: 5px;
	text-transform: uppercase;
	overflow: hidden;
	clear: both;
	font-size: 11px;
	color: #6A6A6A;
}
#tipoReserva .seleccionado{
	color: #ffffff;
}
#tipoHTL, #tipoPKT{
	width: 99px;
	float: left;
	text-align: center;
	padding: 3px;
	cursor: pointer;
}
#tipoPKT{
	border-left: 1px solid #585353;
}
#bodyReserva{
	padding: 5px 10px;
}
#bodyReserva select, #bodyReserva input{
	background-color: #4C4A4A;
	border: 0px solid #4B4743;
	color: white;
	height: auto;
	width: 191px;
	/*margin-bottom: 3px;*/
	font-size: 10px;
}
#bodyReserva .calendario{
	background: url(../imagenes/sprite-image.png) no-repeat scroll 0 -41px;
	cursor: pointer;
	padding-left: 6px;
}
#bodyReserva .boton{
	background: url(../imagenes/sprite-image.png) -87px -82px no-repeat;
	color: #000000;
	cursor: pointer;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 8px;
	text-transform: uppercase;
	width: 38px;
	border: none;
	padding-left: 2px;
}

/*eropuertos por paises*/
#divAeropuertos{
	position: absolute;
	top: 138px;
	left: 28px;
	border: 1px solid #CCCCCC;
	background-color: #cccccc;
	width: 250px;
	color: #333333;
}
#divAeropuertos ul{
	list-style-type: none;
	margin-left: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 10px;
	line-height: 15px;
	height: 100px;
}
#divAeropuertos li{
	cursor: pointer;
}

/*calendario*/
#Calendario{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 202px;
	height: auto;
	background-color: #000000;
	border: 1px solid #333333;;
	padding: 5px;
	display: none;
}
#Calendario .controles{
	cursor: pointer;
}
#controles div{
	float: left;
	padding: 3px;
	text-align: center;
}
#tFecha{
	width: 144px;
}
#previo, #posterior {
	width: 20px;
}
#encabezadoCalenadario{
	font-weight: bold;
	color: #ffffff;
}
#cuerpoCalendario{
	padding-left: 5px;
}
#cuerpoCalendario div, #encabezadoCalenadario div{
	float: left;
	width: 20px;
	height: 17px;
	border: 1px solid #000000;
	padding: 3px;
	text-align: center;
}
#cuerpoCalendario a {
	color: #ffffff;
	font-weight: bold;
}
#cuerpoCalendario a div{
	background-color: #292929;
}
#cuerpoCalendario a:hover div{
	background-color: #000000;
}
#Calendario .noActivo {
	cursor: default;
	background: none;
}
#Calendario .selected{
	border: 1px solid #292929;
	background-color: #000000;
}