/* SELECCION DE TIPO DE COMBUSTIBLE
==========================================*/
#addresscanvas.alavista{width: 208px; float: left;}
#addresscanvas h2{font:normal 40px/60px 'Oswald', Impact, Arial, Helvetica, Garuda, sans-serif; color:#000; border-bottom:1px dotted #B1B1B1; width: 178px; margin: 0 auto 10px auto; }
#addresscanvas .elige_tipo_combustible{font: normal 13px Arial, Helvetica, sans-serif; padding-left: 14px; }
#addresscanvas label{font: bold 11px Tahoma, Arial, sans-serif; color: #333; text-shadow: 1px 1px 0 #fff; }
#addresscanvas span{float: left; margin-right: 4px; width: 20px;}
#addresscanvas .mod-tipo1 p{clear: left; background: url("/juegos/iconos/v1.x/v1.0/flecha.gif") no-repeat scroll 4px 5px transparent; padding-left: 11px;}

/* filtro gasolinera localidad */
#boton_mas_barata{font: bold 11px Tahoma, Geneva, sans-serif; background-color: #669900; color: #FFF;text-shadow: 1px 1px 0 #518311; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block; text-align:center; padding: 6px 0; }
#boton_mas_barata:hover{background-color: #527900;}
#addresscanvas .txt1{font: bold 13px Arial, Helvetica, sans-serif; padding-left: 14px;}
#addressdiv a{color: #28B3E0; border-bottom: 1px #28B3E0 dotted; font: bold 11px Tahoma, Geneva, sans-serif;}
#addressdiv a:hover{border: none;}
#addresscanvas .mod-tipo1.mod-curva{-webkit-border-bottom-left-radius: 7px;-moz-border-radius-bottomleft: 7px; border-bottom-left-radius: 7px; margin-bottom: 13px;}
#addresscanvas .mod-tipo1 p{clear: left; background: url("/juegos/iconos/v1.x/v1.0/flecha.gif") no-repeat scroll 4px 5px transparent; padding-left: 11px;}

/* CAPA DESPLEGABLE */
.detalles_gasolinera h2{font:normal 20px/20px 'Oswald', Impact, Arial, Helvetica, Garuda, sans-serif; }
.detalles_gasolinera h2 span{font: bold 11px Tahoma, Helvetica, sans-serif; color: #666; display: block;}
.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;
 
}
