/******* CONTENEDORES **********/
.header-container{
	margin-top:22px;
	background:#FE0000;
	border-top: 3px solid #B0102D;
	border-bottom: 3px solid #B0102D;
	-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 11px rgba(50, 50, 50, 1);
	height:100px;
	margin-bottom:25px;
}
	
.logo{
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	z-index:2
}	
	
.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container hr{
	position:relative; top:-8px;
	float:left;
	 border:0; border-bottom:6px solid #fff; z-index:1; width:111%; 			margin: 0px 0% 0 -6%;
}

.main article {
        float: left;
        width: 60%;
		background:#eee;
		border: 1px solid #ccc;
		padding: 3%;
		
}

.main aside {
        float: right;
        width: 260px; /*28%;*/
		border: 3px solid #B0102D;
		overflow:hidden;
		padding: 10px 10px 0;
		background:#FE0000;
}
	
.derecha{
	float:right; margin:0 0 10px 10px;
	
}
.sombra{-webkit-box-shadow: 0px 0px 11px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 11px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 11px rgba(50, 50, 50, 1);
}

#map-canvas{border:2px solid #999; width:100%;height:300px;}

.footer-container{
	width:100%;
	clear:both; margin-top:40px; float:left; 
	background:#FE0000;
	border-top: 3px solid #B0102D;
	text-align:center;
	height:100px;
	
}

.footer-container hr{
	border:0; border-bottom:3px solid #fff;
	}

input[type="text"]{
	width:50%;
	border:1px solid #999; padding:5px; margin-bottom:2px;
}

input[type="submit"],.b_getdirection{
	width:150px;
	line-height:28px;
	height:28px;
	margin-bottom:4px;
}

#fotos{
	width:327px;
	height:345px;
	max-width:100%;

	overflow:hidden;
	margin-bottom:10px;
}
#fotos img{max-width:100%;
max-height:100%;
}

/******** FUENTES *************/
@font-face {
  font-family: 'Quantico';
  font-style: normal;
  font-weight: 700;
  src: local('Quantico-Bold'), url(http://themes.googleusercontent.com/static/fonts/quantico/v2/EVhTOTBlAHgKHA6KCxbw4brIa-7acMAeDBVuclsi6Gc.woff) format('woff');
}


h1.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:75px;
	float:right;
	margin:6px 5% 0 0;
	padding:0;
	letter-spacing: 2px;
}

.footer-container h3{
	color:#fff;
	font-size:13px;
	text-shadow: 0px 0px 1px rgba(255, 255, 255, 1);
	font-weight: 400;
	}
aside h5{font-style:italic; font-weight:300;}
aside h4, aside h5{margin:0 0 3px 0 ;padding:0; color:#fff; text-align:center;}

.carburante{text-align:center; font-size:24px; font-weight:700; color:#FFF; padding:0; margin: 10px 0 0px 0; }

.precio{background:#333; color:#fff; font-size:60px; padding:0; margin:0; text-align:center; font-family: 'Quantico', sans-serif; padding: 0px 10px; margin:0 0 15px 20px; width:205px; }

.mini{font-size:24px; position: relative;
    top: -24px;}

.moneda{ font-size:28px;}