@charset "utf-8";
/* CSS Document */

/* MOTOR */

/* PASO 1 */


/* datepicker */

.ui-highlight .ui-state-default{
			background: blue !important;
			border-color: blue !important;
			color: white !important;
}

/* PASO 2 */


.box_resultado {	
	margin:20px 0 0 0;
}


.box_resultado .encabezado {
	padding:10px;
	background-color:#c6c7a9;
	color:#252525;		
}


/* PASO 3 */

.ch_paso3 ul {
	padding:0;
	margin:0;
}


.ch_paso3 img {
	width:100%;
	height:auto;
	float:left;
	margin:0 0 10px 0;
}

.ch_paso3 .detalle_paso3 {
	margin-bottom:20px;	
}




.ch_paso3 .tarifa_opcion {
	padding:15px;	
}

.ch_paso3 label,
.ch_paso3 .btn_100 {
	width:100%;	
	
}
.ch_paso3 .content-box h2 {
	text-align:center
}




/* GENERALES */

.ch_paso1 h1,
.ch_paso2 h1,
.ch_paso3 h1,
.ch_paso4 h1 {
margin:0 0 20px 0;
	
}

.ch_paso1 h2,
.ch_paso3 h2,
.ch_paso4 h2,
.ch_paso5 h2 {
margin:0 0 20px 0;
	
}


/* DETALLE SELECCION */


div.detalle_seleccion img {
	width:100%;
	margin-bottom:15px;
}


div.detalle_seleccion ul li:first-child {
	padding:0 0 10px 0;
}

div.detalle_seleccion ul li {
	border-bottom:1px solid #CCC;	
	padding:10px 0 10px 0;
}

div.detalle_seleccion ul li span {
	font-weight:bold;
	width:40%;
	float:left;
	display:block;
}

div.detalle_seleccion .monto_total {
	font-weight:bold;
	color:#930;
}



