/*----------------------------------------------------------------------
' HOJA DE ESTILOS PARA LANDING DE ELIPSOS
' ARCHIVO: estilos.css
' DESCRIPCIÓN: Hoja de estilos de estructura y contenido
' @AUTOR: (C) REBECA GASCÓN
' @VERSION 1.0
' @EMPRESA IDEUP! JUNIO 2009
-----------------------------------------------------------------------*/

/* Reseteo de elementos, estilos genericos y configuraciones básicas */

body {
	padding:0;
	margin:0;
	color:#71188b;
	font:normal 12px Arial, Helvetica, sans-serif;
	}
	.clear {
		clear:both;
		}			

	a{
	text-decoration:none;
	}
	
	a img{
		border:0;
		}
		
	img{
	border:0px;
	}
	ul, li, ol {
		margin:0;
		padding:0;
		list-style:none;
		display:inline;
		}
	h1, h2, h3, h4, h5, h6, p {
		font-weight:normal;
		margin:0;
		padding:0;
		}

/* Fin del reseteo, estilos genericos y configuraciones básicas */

#contenedor{
width:980px;
margin:0 auto;
height:auto;
}

#contenedor form{
width:330px;
margin:5px auto 0px auto;
height:auto;
border:2px solid #982cb8;
float:right;
}

.contenedor_imagen_principal{
margin:0px 0px 10px 0px;
}

.imagen_ppal{
width:587px;
height:675px;
float:left;
}
.contenedor_formulario{
width:330px;
height:auto;
float:right;
}

.ida_vuelta_adultos{
margin:10px 0px 20px 0px;
width:330px;
float:left;
}
	#divIdaVuelta{
	width:150px;
	float:left;
	padding:12px 0px 0px 8px;
	}
	#divAdultos{
	width:170px;
	float:left
	}
			#divAdultos label{
			width:100px;
			display:block;
			float:left;
			padding:15px 0px 0px 0px;
			}
			
			#divAdultos input{
			display:block;
			float:left;
			width:50px;
			height:29px;
			background:url(images/fondo_input_2.gif) no-repeat top center;
			border:none;
			font-size:14px;
			color:#71188b;
			padding:15px 0px 0px 10px;
			}
	
#origen_destino{
width:330px;
height:auto;
float:left;
position:relative;
}

	#origen_destino #divIdOrigen{
	margin:0px 0px 30px 0px
	}

#ida_vuelta{
width:330px;
height:auto;
float:left;
margin:30px 0px 0px 0px;
}

	#ida_vuelta #divFechaIdaSel{
	margin:0px 0px 20px 0px
	}
	
	#ida_vuelta .date-pick{
	width:316px;
	height:44px;
	background:url(images/fondo_input_g.gif) no-repeat top center;
	border:none;
	font-size:14px;
	color:#71188b;
	padding:15px 0px 0px 15px;
	}

.btn_reservar{
width:330px;
height:89px;
margin:0px auto;
padding:10px 0px 20px 0px;
float:left;
}

.btn_reservar input{
width:229px;
height:89px;
background:url(images/btn_reservar_p.gif) no-repeat center center;
border:0px;
margin:0px 0px 0px 50px;
}

.contenedor_link{
text-align:center;
margin:30px 0px 20px 0px;
width:330px;
float:right;
clear:both;
}

.texto_gris{
color:#6a6a6a;
font-size:16px;
font-weight:bold;
margin:40px 0px 0px 0px;
font-family:Arial, Helvetica, sans-serif;
}

.transfiriendo_contenedor{
padding:20px;
width:700px;
height:auto;
margin:0 auto;
text-align:center;
color:#701890;
font-size:18px;
}
	.transfiriendo_contenedor .transfiriendo_texto a{
	color:#676767;
	}
	.transfiriendo_contenedor .transfiriendo_texto a:hover{
	color:#701890;
	}	
	

/********************Date Picker******************/
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */
a.dp-choose-date {
	display: none;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/********************Combos**********************/
.origen_destino {
position:relative;
width:246px;
}

#divIdOrigen{
left:0px;
top:6px;
}

#divIdDestino {
left:0px;
top:6px;
}

#divIdOrigen label{
font-size:14px;
color:#71188b;
font-weight:normal;
margin:7px 10px 0 0;
position:absolute;
float:left;
z-index:4;
font-family:Verdana,Arial,Helvetica,sans-serif;
71188b;
left:20px;
line-height:normal;
position:absolute;
top:5px;
float:left;
}

#divIdDestino label{
font-size:14px;
color:#71188b;
font-weight:normal;
margin:7px 10px 0 0;
position:absolute;
float:left;
z-index:4;
font-family:Verdana,Arial,Helvetica,sans-serif;
71188b;
left:20px;
line-height:normal;
position:absolute;
top:85px;
float:left;
}

.clear-block {
display:block;
}

.fondo_combo {
background:url(images/fondo_select.gif) top center no-repeat #fff;
border:1px solid #fff;
height:44px;
width:316px;
_border:none; 
_background:none; 
position:relative;
margin:0px 0px 0px 5px;
}
.fondo_combo .fondo_combo_2 {
position:absolute; 
left:3px; 
top:3px; 
width:100%; 
height:44px;
line-height:16px;
font-family:arial; 
font-size:11px;
color:#036; 
overflow: hidden; 
}

.fondo_combo select {
position:absolute;
left:-1px;
top:0px;
*margin-top:10px;
width:100%;
height:44px;
opacity:0; 
filter:alpha(Opacity=0);
-moz-opacity:0; 
z-index:3;
}
.fondo_combo select option{
font:normal 11px Verdana, Arial, Helvetica, sans-serif !important;
color:#444;
cursor:pointer; 
padding:10px 0 0 4px;
}

.condiciones{
margin:0px 10px 0px 10px;
text-align:right;
}
.condiciones a{
color:#71188B;
text-decoration:underline;
}

.condiciones a:hover{
color:#71188B;
text-decoration:none;
}
