html, body {
	font-family: 'Montserrat', sans-serif;
	height: 100%;
	min-height: 100%;
}

h1 {
	font-weight: bold;
	text-transform: uppercase;
}


.mainContainer {
	height: 100%;	
}

.rowContainer {
	height: 100%;
}

.aside {
	background: #e6c547;
}


.logo {
	display: block;
	height: 150px;
	margin: 0 auto; 
	width: 150px;
}

.menu {
	margin: 0 auto;
}

.menu li a {
	border-color: #f4d96f !important;
	color: #000;
	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
}

.menu li a:hover {
	color: #fff;
}

.amarillo {
	color: #e6c547;
}

.amarillo:hover {
	color: #333;
}

.form-control-custom {
	border: 2px solid #e6c547;
	border-radius: 10px;
}

.input-group-text-custom {
	background: #e6c547;
	border: 2px solid #e6c547;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.social {
	background: #e6c547;
	color: #fff;
	height: 32px;
	font-weight: bold;
	padding: 8px 0;
	text-align: center;
	width: 32px;
}

.maps {
	height: 150px;
	width: 100%;
}

/*
	Cotizador
*/

.camionFull {
	background: url(img/camion_full.png) 0 0 no-repeat;
	//background: url(img/camion_full.png) 0 -98px no-repeat;
	//background: url(img/camion_full.png) 0 -188px no-repeat;
	height: 80px;
}


/* Nosotros */


/* Contacto */
/*
.panelRight {
	background: url(img/contacto.png) 100% -220px no-repeat;
	background-size: 50%;
}
*/

.carousel-indicators li {
	border-radius: 90px;
	cursor: pointer;
	height: 15px;
	width: 15px;
}
