/*-----------------------------Compra online--------------------------------*/
.compra_online h1 {
	background-image: url(../img/titulos/compra_online.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
	float:left;
	margin-left: 80px;
	margin-bottom:-10px;
	padding: 15px 0 0 0;
	height:70px;
	position:relative;
	z-index: 1;
}
.confirmacion h1 {
	background-image: url(../img/titulos/compra_online.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
	float:left;
	margin-left: -30px;
	margin-bottom:-50px;
	padding: 15px 0 0 0;
	height:70px;
	position:relative;
	z-index: 1;
}
h1 {
	background-image: url(../img/titulos/compra_online.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 700px;
	float:left;
	margin-left: -30px;
	margin-bottom:-50px;
	padding: 15px 0 0 0;
	height:70px;
	position:relative;
	z-index: 1;
}
em {
	color:white;
	padding-bottom: 30px;
}
p {
	width:360px;
}
p.small {
	text-align: center;
}
p.small a{
	display: inline;
}


.compra_online hr{
	width: 200px;
}
.span_gran_total {
	margin-top: 10px;
	background-color: white;
	padding: 3px 8px;
	border: 2px red solid;
}
/*-----------------------------Elementos de Formulario--------------------------------*/
.compra_online form#formviaje {
	float:left;
	display:block;
	margin: 0px 0 80px 134px;
	width:530px;
	
}
.compra_online label {
	width: 200px;
}
label a {
	display: inline;
}
.compra_online input.btn {
	margin-top:30px;
	width:120px;
	display: block;
	margin: 0 auto;
}
.compra_online input.checkbox {
	padding-top:10px;
}
/*-----------------------------Fieldset--------------------------------*/
.compra_online fieldset {
	width: 360px;
	margin-top:-5px;
	float:left;
	border:none;
	text-decoration:none;
	background-color:#93B5DA;
	padding: 25px 85px 30px 85px;
	color: black;
	position: relative;
	display:inline;
}
fieldset .top-left {
	position: absolute;
	top:-25px;
	left:-85px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/top_left.jpg);
	background-repeat: no-repeat;
}
fieldset .top-right {
	position: absolute;
	top: -25px;
	right:85px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/top_right.jpg);
	background-repeat: no-repeat;
}
fieldset .bottom-left {
	position: absolute;
	bottom:-30px;
	left:-85px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/bottom_left.jpg);
	background-repeat: no-repeat;
}
fieldset .bottom-right {
	position: absolute;
	bottom:-30px;
	right:85px;
	width: 10px;
	height: 10px;
	background-image:url(../img/elementos/bottom_right.jpg);
	background-repeat: no-repeat;
}
/*-----------------------------Legend--------------------------------*/
.compra_online #legend {
	margin: 0 0 0 30px;
	border: none;
	float:left;
	background-color:#93B5DA;
	padding:7px 20px 0 20px;
	font-weight: bold;
	font-size: 12px;
	position:relative;
	color:black;
}
.compra_online #legend.legend2 {
	margin-top: 60px;
}
/*-----------------------------Selects--------------------------------*/
select {
	float:left;
}
select#viajes, select#personas, select#rrpp  {
	font-size:12px;
}
select#viajes {
	width:240px;
}
select#personas {
	width:110px;
	margin-left: 10px;
}
select#rrpp {
	width:360px;
}
/*-----------------------------Opciones de Viajes--------------------------------*/
span#txtPrecio {
	margin-top: 15px;
	display:block;
}
span.txtPrecio {
	font-size:12px;
}
span.hidden {
	display: none;
}
span.show {
	display:block;
}
/*-----------------------------Validanguage--------------------------------*/
.invalid {
	color: red;
}
.valid {
	text-transform: capitalize;
}
.valid_sel {
	
}
/*-----------------------------LightBox--------------------------------*/
#condiciones {
	display:none;
	color: black;
	width: 640px;
	padding:20px;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
#privacidad {
	display:none;
	color: black;
	width: 640px;
	padding:30px;
}
#seguro {
	display:none;
	color: black;
	width: 640px;
	padding:30px;
}
/*-----------------------------Confirmacion--------------------------------*/

#botonera {
	width: 800px;
	float:left;
	padding-bottom: 40px;
	padding-left: 240px;
}
.continuar {
	background-image:url(../img/elementos/continuar.png);
	height:31px;
	width:138px;
	text-indent: -9999px;
	display:block;
	float:left;
	margin-left: 10px;
}

.cancelar {
	background-image:url(../img/elementos/cancelar.png);
	height:31px;
	width:138px;
	text-indent: -9999px;
	display:block;
	float:left;
	
}
/*-----------------------------Procesar--------------------------------*/
.procesar p {
	width:700px;
}
/*-----------------------------------table elements-----*/
thead {
	background-color: #1B323F;
	color: white;
	font-weight: bold;
}
tbody tr:hover {
	background-color: white;
}
a.edit {
	background-color: green;
	margin-right: 20px;
}
table {
	border: 1px solid #848484;
	border-collapse: collapse;
	width:100%;
	text-align: center;
	background-color: #E0EAEF;
	font-size: 11px;
}
table td{
	border: 1px solid #848484;
	padding: 3px 8px;
}
table th{
	border: 1px solid #848484;
	padding: 3px 8px;
}
