@CHARSET "utf-8";

/*color:#002e6e; azul*/
/*color:#ff9428 naranja*/
/*color:#169cd0 celeste */

/* color RAL Cian: 5015 */
/* color RAL naranja: 2004 */

/******************* General **************************************************/


.content{
    background:white;
    clear:both;
    padding-top:10px;
    padding-bottom:10px;
	padding:10px 10px;
    /*min-height:500px;*/
    /*margin-bottom:150px;*/
}

.right{
    float:right;
}

.left{
    float:left;
}



.texto p{
    /*clear:both;*/
    margin-top:10px;
    margin-bottom:10px;
    text-align:justify
}

.texto a{
    /*font-size: 1.2em;*/
    border-bottom:1px solid #002e6e; ;
    background-color:none;
    color: #002e6e; 
    text-decoration:none;

}
.texto a:hover{

    color:#ff9428;
    border-bottom:1px solid #ff9428;
    margin-bottom:5px;

}

.texto img{
    margin-left:10px;
}

.anterior{
    border: 1px solid #006cb9  ;
    background: white;
    color:#002e6e;
    padding: 0.2em 1em;
    font-weight:bold;
    float:left;
    text-decoration:none;
    margin-right:3px;
    width: 148px;
}
.actual{
    border: 1px solid #006cb9  ;
    background: #ff6600;
    color:white;
    padding: 0.2em 1em;
    /*font-weight:bold;*/
    float:left;
    margin-right:3px;
    width: 145px;
}
.siguiente{
    border: 1px solid #006cb9  ;
    background: #006cb9;
    color:white;
    padding: 0.2em 1em;
    /*font-weight:bold;*/
    float:left;
    margin-right:3px;
    width: 145px;
}
.button_tariff{
    /*border: 1px solid #169cd0  ;
    background: #ff9428;
    color:white;
    padding: 0.2em 1em;
    font-weight:bold;
    float:right;
    margin-right:3px;*/
    border: 1px solid #006cb9  ;
	background-color:rgba(204,204,204,0.3);
    color:#002e6e;
    padding: 0.2em 1em;
    font-weight:bold;
    float:center;
    text-decoration:none;
	border-radius:5px 5px;
	
	
}
.button_tariffA{
    border: 1px solid #006cb9  ;
	background-color:#006cb9;
    color:white;
    padding: 0.6em 1.4em;
    font-weight:bold;
    float:center;
    text-decoration:none;
	border-radius:5px 5px;

}
.button_extra{
    /*border: 1px solid #169cd0  ;
    background: #ff9428;
    color:white;
    padding: 0.2em 1em;
    font-weight:bold;
    float:right;
    margin-right:3px;*/
    clear:both;
    border: 2px solid #006cb9  ;
    background:rgba(204,204,204,0.5);
    color:#002e6e;
    padding: 10px 30px 10px 30px;
    font-weight:bold;
	font-size:20px;
    float:center;
    text-decoration:none;
    margin-left:350px;
	border-radius:5px 5px;
    
}

/*
.fila_total{
    border-top: 1px solid #169cd0  ;
    
}*/

.table_car{
    border: 1px solid #dddddd  ;
    border-top: 2px solid #ff6600;
    
    width:100%;
    height: 120px;
    background-color: white;
margin-bottom: 20px;
text-align: left;
}




.table_car_offer{
    border: 3px solid #ff6600;
    width:100%;
    height: 120px;
    
	/*border-radius:10px 10px;*/
	margin-top:2px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
background-color: white;
margin-bottom: 20px;

text-align: left;

}


.button_data{
    
    clear:both;
    border: 2px solid #006cb9;
    background:rgba(204,204,204,0.5);
    color:#002e6e;
    padding: 10px 30px 10px 30px;
    font-weight:bold;
	font-size:20px;
    float:center;
    text-decoration:none;
    margin-left:350px;
	border-radius:5px 5px;
    
    
}

.naranaja{
    color:#ff9428;
}

.titulo{
    background:rgba(0, 108, 185, 1);
    color:white;
    padding: 0.2em 1em;
    font-weight:bold;
    margin-top:-10px;
	margin-left:-10px;
	margin-right:-10px;
    /*border-bottom:2px solid #002e6e;*/
}


.titulo_sombra{
    background:rgba(0, 108, 185, 1);
    color:white;
    padding: 0.2em 1em;
    font-weight:bold;
    margin-top:0px;
}



/*#paso1 input{
    background:#fff;
}*/
.input {
    border: 1px solid #169cd0;
    background: #fff;
}
.button {
    border: 2px solid #169cd0  ;
    background: white;
    color:#002e6e;
    padding: 0.2em 1em;
    font-weight:bold;
    float:right;
}


