body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	
	background-image: url("../img/background1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-clip: inherit;
	background-size: cover;
	/*background-color: rgba(240,240,240,0.6);
	background-blend-mode: screen;*/
	background-color: #F0F0F0;

 }
 
 /* The navigation bar */
.navbar {
	overflow: hidden;
	background-color: #8c8c8C;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index: 10;
}

/* Links inside the navbar */
.navbar a {
	float: left;
	display: block;
	color: #f0f0f0;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-family: "Verdana", Times, serif;
	font-weight: bold;
	background-color: #8c8c8C;
}

/* Change background on mouse-over */
.navbar a:hover, .navbar a.active {
	background: #ddd;
	color: black;
}
.entrar a {
	background: #c20000;
	color: white;
	position: fixed;
	right: 0;
}
.entrar a:hover {
	background: #c24040;
	color: black;
}
/* Main content */
.main {
	margin-top: 50px; /* Add a top margin to avoid content overlay */
	margin-left: 1%;
	margin-right: 1%;
} 
.logo {
	text-align: center;
}
.title {
	min-height: 100px;
	min-width: 600px;
	max-width: 100%;
	width: 25%;
	height: 25%;
	text-align: center;
	margin: 2px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	padding: 0;
    overflow: hidden;
}
.title_mini {
	min-height: 50px;
	min-width: 250px;
	max-width: 100%;
	width: 25%;
	height: 25%;
	text-align: center;
	margin: 2px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	padding: 0;
    overflow: hidden;
}
.logo_marcas {
	min-height: 50px;
	min-width: 50px;
	max-height: 150px;
	max-width: 200px;
	width: auto;
	height: auto;
	text-align: center;
	vertical-align: middle;
	margin: 10px 10px;
	padding: 0;
    overflow: hidden;
}
.inicio {
	font-family: "Verdana", Times, serif;
	font-weight: bold;
	color: black;
	font-size: 14px;
	width: 95%;
	margin: 20px auto;
	padding-top: 80px;
	margin-top: -50px;
}
.productos {
	font-family: "Verdana", Times, serif;
	font-weight: normal;
	color: black;
	font-size: 14px;
	width: 95%;
	margin: 20px auto;
	padding-top: 80px;
	margin-top: -50px;
}
.marcas {
	font-family: "Verdana", Times, serif;
	font-weight: normal;
	color: black;
	font-size: 14px;
	width: 95%;
	margin: 20px auto;
	padding-top: 80px;
	margin-top: -50px;
}
.column {
	float: left;
	width: 50%;
	text-align: center;
}
.column1 {
	float: left;
	width: 100%;
	text-align: center;
}
.row:after {
	content: "";
	display: table;
	clear: both;
}
.vl {
	border-left: 2px solid #c20000;
	height: 250px;
	position: absolute;
	left: 50%;
}
hr {
	border-left: 2px solid #c20000;
	width: 230px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
}
.gmap {
	/*height: 480px;*/
	height: 460px;
	width: 95%;
	margin: 0 auto;
	padding-top: 80px;
	margin-top: -50px;
}
#location {
	background: #F5E8D8;
	width: 100%;
	height: 420px;
}
.contact {
	/*height: 480px;*/
	font-family: "Verdana", Times, serif;
	font-weight: normal;
	line-height: 150%;
	color: black;
	font-size: 14px;
	height: 420px;
	width: 95%;
	margin: 20px auto;
	padding-top: 80px;
	margin-top: -50px;
}
.horarios {
	/*height: 480px;*/
	font-family: "Verdana", Times, serif;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	color: black;
	font-size: 14px;
	height: 600px;
	width: 95%;
	margin: 20px auto;
	padding-top: 80px;
	margin-top: -50px;
}
.telefono {
	display: none;
	text-align: center;
	font-family: "Verdana", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	margin: 20px auto;
}

.telimg{
	height: 525%;
	width: 25%;
}
h2 {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 130%;
    text-align: left;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
p{
	text-align: center;
	font-family: "Verdana", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	line-height: 150%;
}
.rega{
	color: #c20000;
	font-weight: bold;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #8c8c8C;
	font-family: "Verdana", Times, serif;
	font-size: 10px;
	padding: 10px 16px;
	color: #f0f0f0;
	z-index: 10;
}
select
{
width:100px;
    }
