.detalles_gasolinera {
    font-family: Arial, Helvetica, sans-serif;
    width: 340px;
}
 
.detalles_gasolinera h2,
.detalles_gasolinera h3 {
    margin: 0;
    padding: 0;
}
 
.detalles_gasolinera h2 {
    margin: 0;
    font-size: 14px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
    border: 2px solid #ccc;
    padding: 5px;
    text-align: center;
    width: 301px;
}
 
.detalles_gasolinera span.horario {
    color: #909090;
    font-size: 12px;
}
 
.tipos {
    width: 340px;
    height: 42px;
    margin-top: 5px;
}
 
.tipos .tipo {
    width: 73px;
    float: left;
    text-align: center;
    margin-right: 6px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 0 5px 0;
    height: 40px;
}
 
.tipos .tipo h3 {
    font: normal 11px  Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #333;    
    padding-bottom: 3px;
}
 
.tipos .tipo .precio {
    text-align: center;
    font: normal 18px Arial, Helvetica, sans-serif;
}
 
.tipos .tipo#t_g95,
.tipos .tipo#t_g98 {
    width: 82px;
}
 
.tipos .tipo#t_diesel {
    width: 60px;
}
 
.tipos .tipo#t_biodiesel {
    width: 72px;
}
 
.tipos .tipo#t_biodiesel,
.tipos .tipo#t_biodiesel h3 {
    color:#FFFF99;
    background-color: #494600;
}
 
.tipos .tipo#t_diesel,
.tipos .tipo#t_diesel h3 {
    color:#fff;
    background-color: #333;
}
 
.tipos .tipo#t_g95,
.tipos .tipo#t_g95 h3 {
    background-color:#2A902A;
    color:  #fff;
}
 
.tipos .tipo#t_g98,
.tipos .tipo#t_g98 h3 {
    background-color:#319278;
    color:#fff;
 
}
