
/************************************************************************************
            Tipos diferentes
*************************************************************************************/
input
{
	font-size:8pt;
}
select
{
	font-size:8pt;
}

#derecha
{
	margin-top:10px;
	float:right;
	width:670px;
	padding:10px;
	background-color:#ffffff;
}
.busqueda
{
	background-color:#f6f6f6;
	border:1pt solid #c4c4c4;
}

.divBase 
{
	margin-top:10px;
	float: left;
	height:350px;
	width:216px;
	background-color:#f6f6f6;
	border:1pt solid #c4c4c4;
	padding:10px;
}

.error
{
	color: Red;
}

.calendario
{
	display:inline;
}

#paginacion
{
background-color:#f6f6f6;
	border:1pt solid #c4c4c4;
}

.titBase
{
	background-color:#000000;
	color:#ffffff;
	padding:5px;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	
}

.boton {
	border: 1px solid #B6B6B6;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url(../images/fondoBoton.gif);
	background-repeat:  repeat-x;
	font-family: Tahoma;
	font-size: 10px;
	color: #595959;
	text-decoration: none;
	display: block;
	font-weight: bold;
	text-align: center;
	width: 39px;
	cursor: hand;
}

/************************************************************************************
    Paginacion
*************************************************************************************/



.paginaActiva{
	background-image: url(../images/icoPaginadorActual.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;	
	padding-top: 1px;
	text-align: center;
	margin: 2px;

}

.paginaNoActiva{
	background-image: url(../images/icoPaginadorEnlace.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 18px;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	padding-top: 1px;
	text-decoration: none;
	text-align: center;
	margin: 2px;	
	cursor:pointer
}


/************************************************************************************
    Visualización de los pasos
*************************************************************************************/

.pasoActivo{
	color: #FFFFFF;
	background: #ff8c19;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.pasoPendiente{
	color: #FFFFFF;
	background: #880000;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

.pasoCompletado{
	color: #FFFFFF;
	background: #9e2640;
	padding-bottom: 2px;
	padding-top: 5px;
	height: 10px;
	text-decoration: none;
	font-size: 13px;
	padding-bottom: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}


/************************************************************************************
            Format del paso 2
*************************************************************************************/

#paso2{
	border:1pt solid #cccccc;
	background-color:#ffffff;
}

#paso2 .titulo{
	background-color:#521421;
	color:#ffffff;
	font-size:14px;
	font-size:15px;
	padding:3px
}

#paso2 .subTitulo{
	color:#ffffff;
	background-color:#414141;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 11px;
	padding:2px
}

#paso2 .subTitulo1{
	color:#ffffff;
	background-color:#884444;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 11px;
	padding-left:4px;
	padding-right:4px;
}

#paso2 .tarifa{
	color:#880000;
	font-weight:bold;
	font-family: Tahoma;
	font-size: 11px;
	margin:0;
}

#paso2 .habitacion
{
	background-color:#9e2640;
	color:#f4eabb;
	font-size:11px;
	font-weight:bold;
	padding:2px
}

#paso2 .titHabitacion{
	color:#9e2640;
	font-family: Tahoma;
	font-size:13px;
	font-weight:bold;
	margin:0;
}

#paso2 .desglose{
	color:#414141;
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.filaTotalReserva
{
	font-weight:bold;
	font-size:14px;	
	color:#880000;
}

/* ========== ESTILOS DE LOS PASOS DE LA RESERVA PASO 3 ========== */
.tituloHabitacion
{
	font-weight:bold;
	font-size:12px;
	color:#EE0000;	
}
.miniaturaHabitacion
{
	border:1px solid #BABABA;
}
.miniaturaHotel
{
	border:1px solid #BABABA;
}
/* ========== ESTILOS DE LOS PASOS DE LA RESERVA PASO 3 ========== */
