
/*--------------bloque-gasolineras------------*/
.contenedor-body{
	width:100%;
	height:auto;
	display:block;
	text-align:center;
	clear:both;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	font-family:Calibri,Arial,sans-serif;
	}


.contenedor{
	width:98%;
	height:auto;
	display:block;
	clear:both;
	background-color:#fff;
	text-align:center;
	margin-left:20px;
	}
.linea{
	width:100%;
	height:1px;
	display:block;
	clear:both;
	background-color:#E5E7E9;}
	
.mostrarEstacion{
text-align:center;
width:160px;
height:auto;
margin:20px;
float:left;
display:inline;
margin-top:20px;
cursor:pointer;
text-align:center;
}

.mostrarEstacion a{ text-decoration:none; 
cursor:pointer;
color:#000;
font-size:16px;
font-weight:bold;
margin-top:20px;
text-align:center;
width:160px;
font-family:Calibri,Arial,sans-serif;}

.mostrarEstacion a:hover{
	opacity:0.7;
}
#noEstacion{width:150px;
    height:15px;
    padding:10px;
    margin-top:5px;
    font-size:12px;
    color:#000;
border: 2px solid #D4E6F1;}

#btnBuscarEst {
    width:100px;
    height:40px;
	padding:10px;
    cursor:pointer;
	background-color:#81ae38;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	border-color:#81ae38;
}
#btnBuscarEst:hover {
	opacity:0.8;}