@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}

.header-class {
	background-image: url(../img/back-creme.jpg);
	background-repeat: repeat;
	height: 124px;
	width: 100%;
	padding-top: 16px;
}

.logo-class {
	width: 170px;
	height: 105px;
	position: relative;
	margin-right:auto;
	margin-left: auto;
	background-image: url(../img/industrias-martell-logo.png);
	background-repeat: no-repeat;
}

/* MENU DROPDOWN */

.nav-wrapper {
	height: auto;
	width: 100%;
	background-color: #000;	
}

.nav-class {
	position:relative;
	width: 50%;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	border-radius: 0px;
}

nav ul ul {
	display: none;
	z-index: 9999;
}

	nav ul li:hover > ul {
		display: block;
		z-index: 9999;
	}
	
nav ul {
	border-radius: 0px;  
	list-style: none;
	text-align: center;
	display: inline-table;
	alignment-adjust:middle;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-left: 5%;
}

	nav ul:after {
		content: ""; clear: both; display: block;
	}
	
nav ul li {
	float: left;
}

.menuActive{
	color: #F28173;}
	
	nav ul li a {
		height: 35px;
		display: block;
		padding-top: 20px;
		padding-right: 36px;
		padding-left: 36px;
		color:#FFF;
		text-decoration: none;
		font-family: 'Lato', sans-serif;
		font-size:16px;
		font-weight: 400;
	}
		nav ul li a:hover {
			color: #F28173;
		}

/* TERMINA MENU DROPDOWN */

.footer-wrapper {
	max-width: 1020px;
	position:relative;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #808080;
}

.right-floating {
	float:right;
}

/* ESTILOS SECCIONES */

.bigsection-wrapper {
	height:auto;
	max-width: 1020px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.row_100 {
	width: 100%;
	float:left;
}

.blank-space {
	width: 100%;
	height: 50px;
	float:left;
}

.columnR_1_2 {
	width: 48%;
	padding-left: 2%;
	float:left;
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.columnL_1_2 {
	width: 48%;
	padding-right: 2%;
	float:left;
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.img_1_2 {
	width: 50%;
	padding-top: 5px;
	float:left;
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.img-class {
	width: auto;
	padding-top: 5px;
	float:left;
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.brand-class {
	width: 200px;
	height:auto;
}

.marca {
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 15px;
	float:left;
}

article ul li {
	line-height: 21px;
	font-size: 16px;
	text-align: justify;
	margin-bottom: 15px;
	color: #333333;
	list-style-image: url(../img/bullet-hanger.png);
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size:19px;
	line-height: 24px;
	font-weight: 300;
	color: #333333;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight: 400;
	color: #F28173
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size:19px;
	line-height: 24px;
	font-weight: 300;
	color: #333333;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size:15px;
	line-height: 24px;
	font-weight: 300;
	color: #333333;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 24px;
	font-weight: 300;
	color: #333333;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	line-height: 14px;
	margin: 16px 0;
	font-weight: 300;
	color: #333333;
}

p {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height: 21px;
	text-align: justify;
	margin-bottom: 15px;
	color: #333333;
}

.map-border {
	width:480px;
	height:430px;
	border: 1px solid #B3B3B3;
	padding: 10px;
}
.map-class {
	width: 480px;
	height: 430px;
}

.label-class {
	color:#333;
	margin-bottom: 5px;
}

.text-input-class {
	display:block;
	width: 97%;
	padding-left: 3%;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	background-color: #f2d2ce;
	border:none; 
	color:#000000;
}

.textarea-input-class {
	display:block;
	width: 97%;
	padding-left: 3%;
	height: 80px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	background-color: #f2d2ce;
	border:none; 
	color:#000000;
}

.captcha-input-class {
	display:block;
	max-width: 120px;
	padding-left: 3%;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	background-color: #f2d2ce;
	border:none; 
	color:#000000;
}
.submit-class {
	display:block;
	float:right;
	width: 120px;
	height: 40px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	text-align:center;
	background-color: #f25c49;
	border:none; 
	color:#FFF;
}
.submit-class:hover {
	background-color:#000;
	border:none; 
	color:#FFF;
}

@media(max-width:768px){  
 .columnL_1_2 {
	width: 90%;
	float:left;
} 
 .columnR_1_2 {
	width: 90%;
	float:left;
} 

.img-class {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	float:left;
}
.map-border {
	width:96%;
	padding-left: 4%;
	padding-right: 4%;
	height:430px;
	border: 1px solid #B3B3B3;
	padding: 5px;
	position:relative;
	margin: 0 auto;
}
.map-class {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	float:left;
	height: 430px;
}

.marca {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 20px;
	height:auto;
	display:inline-block;
	position:relative;
	vertical-align:top;
}
.bigsection-wrapper {
	max-width: 90%;
	text-align:center;
}
}