/*******************************************************************************
******* CSS RESERVAS2 Low Cost Car *********************************************
*******************************************************************************/
/*
// Creado por: Esteban Aday
// Fecha de creación: 28 Marzo 2005
// Modificación: 21 Mayo 2005
// Comentarios: Esta CSS forma parte del diseño de reservas2.
*/

/*** Selección de vehículo ***/
div#contenido .selecoferta
{
    float: left;
	width: 300px;
    margin-left: 12px;
    margin-right: 2px;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #CCCC00;
}

div#contenido .selecoferta .interiorselec
{
    text-align: center;
    width: 300px;
    margin-left: 4px;
    background-color: #FFFFFF;
}

div#contenido .selecoferta .interiorselec .selec_ofertas
{
    height: 48px;
    border-bottom: 1px solid #CCCC00;
    font-family: verdana;
    font-size: 10px;
	font-weight: bold;
    color: #990000;
    
}

div#contenido .selecoferta .interiorselec .selec
{
    height: 43px;
    border-bottom: 1px solid #CCCC00;
    font-weight: bold;
    font-family: verdana;
    font-size: 11px;
    color: #990000;
	padding-top: 4px;
}
/*** Definimos las opciones ***/
div#contenido  .titu_selec 
{
    float: right;
    margin-left: 10px;
    margin-top: 8px;

}

div#contenido  .titu_selec a
{
    color: #990000;
		margin: 0px !important;
	padding: 0px !important;
}

div#contenido  .titu_selec a:hover
{
    background-color: #990000;
    color: #FFFFFF;
		margin: 0px !important;
	padding: 0px !important;
}
div#contenido  .titu_selec1
{
    float: right;
    margin-left: 10px;
    margin-top: 16px;
}

.img_coches
{
  text-align: center;
  width: 160px;
}
/*** estilos de los overs al seleccionar categoria ***/
.deco
{
    width: 6px;
    height: 26px;
    background-color: #CCCC00;
    margin-right: 3px;
    margin-left: 3px;
	
}

/*.bloque1
{
	margin-top: -24px !important;
}
*/
.decoff
{
    width: 6px;
   height: 26px;
    background-color: #EBEBD7;
    margin-right: 3px;
    margin-left: 3px;
}

/*** aviso si cambia fecha ***/
div#contenido .aviso1
{
	height: auto;
    float: left;
    font-size: 12px;
    margin-left: 12px;
    margin-bottom: 14px;
}

.avisoselec
{
	float: left;
    font-size: 12px;
    margin-left: 12px;
    margin-bottom: 14px;
	border: 1px solid #990000;
	background-color: #CCCC00; 
	padding: 4px;
}

div#contenido .aviso1 strong
{
    color: #990000;
}

div#contenido .aviso1 .cuadrorecalcular
{
    font-size: 10px;
    border: 1px solid #990000;
    padding-left: 4px;
    padding-right: 6px;
	
}


/*** Definimos el espacio de los coches ***/
div#contenido .zona_oferta
{
    float: left;
    margin-left: 60px;
    width: 132px;
}

.ofertac p strong
{
    font-family: verdana;
    font-size: 10px;
    padding-top: 4px;
    color: #990000;
}
/*** El coche ***/

/*.ofertac
{
	margin-left: 40px;
}*/

.ofertac img
{
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
}

.ofertac p img
{
    margin-left: 120px;
    padding-top: 0px;
    padding-bottom: 0px;

}

div.ofertac h1 {
	float: left;
	width: 132px;
	font-size: 16px;
	background: #CCCC00;
	height: 20px;
	text-align: center;
	margin-top: 0px;
}

div.ofertac h1.option2 {
	float: left;
	width: 132px;
	font-size: 16px;
	background: #CCCC00;
	height: 50px;
	text-align: center;
	margin-top: 0px;
}

/*** El precio ***/
div.ofertac div.precioferta {
    background: #CCCC00;
    height: 50px;
	width: 135px;

}

p.puertas {
	font-size:10px;
	text-align: center;
	margin-bottom: 4px;
	background-color: #F1F1F1;
	width: 132px !important;
	
}
/*** Los días ***/
div.ofertac div.precioferta .dias7
{
	float: left;
	font-size: 10px;
	margin-left: 4px;
	margin-top: 4px;
	
}

div.ofertac div.precioferta .euros{
    float: left;
    font-size: 16px;
	font-weight: bold;
	background: #FFFFFF;
	width: 67px;
	margin-top: 6px;
	margin-left: 26px;
}
/*** Botón reservar ***/
p.reservar
{
    margin-top: 10px;
}

p.reservar a
{
    font-family: verdana;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #990000;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 10px;
}

p.reservar a:hover
{
    background-color: #CCCC00;
    color: #990000;
    font-weight: bold;
}



