@charset "utf-8";


#wrappminutos {
    width: 933px;
}


.titulocotizacionen {
    font-family: 'Oswald',arial,verdana;
    width: 933px;
}
.titulocontainer {
    width: 400px;
}

.titulocontainer h1 {
    font-size: 25px;
    margin-right: 20px;
    margin-top: 0px;
}


.titulocontainer span {
    color: #FA8B00;
}



.icon {
    background: url("/img/v2.0/CotizacionExpress/Coche.png") repeat scroll;
    float: left;
    height: 35px;
    width: 40px;
}

.iconMoto {
    background: url("/img/v2.0/CotizacionExpress/moto.png") repeat scroll;
    float: left;
    height: 35px;
    width: 40px;
}

.cotizacion {
	margin:0 auto;
	width:700px;}


.titulocotizacion {
    border-bottom: 1px solid #C9C9C9;
    color: black;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    letter-spacing: -1px;
    padding-left: 10px;
    padding-top: 6px;
    width: 925px;
	  font-family:Arial,Helvetica,sans-serif;
    font-size: 18px;
}

.titulocotizacion span {color:#FA8B00;}


.cajacotizacion {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FAFAFA;
    border-color: #C9C9C9;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    display: block;
    float: left;
    margin-top: 10px;
    width: 933px;
}


.cuadrominuto {
    float: left;
    width: 50%;
}

.boxminuto {
    background: url("/img/v2.0/CotizacionExpress/box.png") no-repeat scroll;
    height: 250px;
	    margin-top: 10px/*40px titulo anterior*/;
		position:relative;
}

.minuto {
    float: left;
    height: 80px;
    left: 20px;
    position: relative;
    top: 50px;
    width: 60px;
}

.minuto.uno{
    background: url("/img/v2.0/CotizacionExpress/1-minuto.png") no-repeat scroll;
}

.minuto.cuatro{
    background: url("/img/v2.0/CotizacionExpress/4-minutos.png") no-repeat scroll;
}

.minutocontainer {
    font-family: Arial,Helvetica,sans-serif;
    font-size:18px;
    left: 30px;
    position: relative;
    top: 55px;
}


.minutocontainer span {
    font-weight: bold;
    text-decoration: underline;
}


.minutobutton {
    background: url("/img/v2.0/CotizacionExpress/button.png") no-repeat scroll;
    cursor: pointer;
    float: left;
    height: 44px;
    left: -35px;
    position: relative;
    top: 80px;
    width: 267px;
    font-family: Arial,Helvetica,sans-serif;
    font-size:16px;
	color:white;
}

.minutobutton:hover {
	background-position: 0px -45px;
}


.minutobutton span {
    display: block;
    font-family: arial;
    font-weight: bold;
    margin-top: 11px;
    position: relative;
}

.boxminuto a {*text-decoration:none;}