body{
	margin:0;
	font-family: 'Oxygen', sans-serif;
	background-image:url(../images/texture.png);
}

img{
	border:none;
}

a{
	cursor:pointer;
	text-decoration:none;
}

p{
	padding:0;
	margin:0;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

ul,ol{
	list-style:none;
	margin:0;
	padding:0;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

#content{
	width:980px;
	height:auto;
	margin:auto;
}

#content #title-customers h1{
	text-align:center;
	margin-bottom:20px;
	margin-top:75px;
	color: #363636;
	text-transform:uppercase;
	font-weight:normal;
}

header{
	width:100%;
	height:170px;
	background: #04253e;
background: -moz-linear-gradient(left,  #04253e 0%, #134268 48%, #04253e 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#04253e), color-stop(48%,#134268), color-stop(100%,#04253e));
background: -webkit-linear-gradient(left,  #04253e 0%,#134268 48%,#04253e 100%);
background: -o-linear-gradient(left,  #04253e 0%,#134268 48%,#04253e 100%);
background: -ms-linear-gradient(left,  #04253e 0%,#134268 48%,#04253e 100%);
background: linear-gradient(to right,  #04253e 0%,#134268 48%,#04253e 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04253e', endColorstr='#04253e',GradientType=1 );
overflow:hidden;
}

header a.logo{
	width:269px;
	height:132px;
	display:block;
	margin:20px auto;
	background-image:url(../images/eracol-logo.png);
}

nav{
	width:100%;
	height:63px;
	background-image:url(../images/nav.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-align:center;
	margin: auto 0 -150px 0;
	position:relative;
	z-index:10;
}

nav ul{
	width:17%;
	height:62px;
	vertical-align:top;
	box-sizing:border-box;
	display:inline-block;
	line-height:56px;
	display: -moz-inline-stack; /* FF2*/
	zoom: 1; /* IE7 (hasLayout)*/
	*display: inline; /* IE */
	_height: 20px; /* IE6 */
}

nav ul:first-child{
	width: 220px;
	margin-right: 32px;
	margin:auto;
}

nav ul a{
	color:#FFF;
	padding: 19px 0 23px;
}

nav ul:hover li{
	visibility:visible;
	opacity:0.8;
}

nav ul:hover li:last-child{
	border:none;
}

nav ul:hover{
	background-color:#3596B6;
}

nav ul li{
	visibility:hidden;
	background-color:#3596B6;
	position:relative;
	text-align:center;
	line-height:50px;
	height:50px;
	top:4px;
	border-bottom: solid 1px white;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	opacity:0;
	z-index:10;
}

nav ul li:last-child {
	border-radius: 0 0 5px 5px;
}

nav ul li:hover{
	background-color:#146A86;
	font-weight:bold;
	opacity:1;
}

nav ul li a{
	color:#FFF;
}

#fixed_nav{
	position: fixed;
    top:-180px;
    width: 980px;
	z-index:49;
}

#fixed_nav ul li{
	box-sizing:border-box;
}

section#main-content{
	width:100%;
	height:635px;
	margin:0 auto;
}

#form{
	width:100%;
	background-image:url(../images/pinstriped_suit.png);
	border-radius: 4px 4px 0 0;
	overflow:hidden;
}

#form #info{
	width:40%;
	float:left;
}

#form #info h2{
	width:283px;
	margin-top:30px;
	color:#919191;
	text-indent:25px;
	margin-bottom:15px;
	border-bottom:solid 1px;
}

#form #info p{
	color:#FFF;
	text-indent:25px;
	line-height:21px;
}

#form #form1{
	width:60%;
	float:left;
	margin:14px auto;
}

#form #form1 label{
	color:#FFF;
}

input[type="text"], input[type="email"]{
	width:50%;
	height:20px;
	background-image:url(../images/pinstriped_suit2.png);
	font-family: 'Oxygen', sans-serif;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px #131313;
	border: solid 2px #414141;
	color:#919191;
}

label{
	font-size:12px;
	font-weight:bold;
}

textarea{
	width:50%;
	height:50px;
	resize:none;
	background-image:url(../images/pinstriped_suit2.png);
	font-family: 'Oxygen', sans-serif;
	overflow:auto;
	border-radius: 5px;
	box-shadow: inset 3px 3px 3px #131313;
	border: solid 2px #414141;
	color:#919191;
}

input[type="submit"]{
	width:70px;
	height:29px;
	position: relative;
	background-color:#8e8f8f;
	color:#FFF;
	font-weight:bold;
	left: 307px;
	top: -33px;
	border:none;
	border-radius:3px;
}

section#network-social{
	width:100%;
	height:120px;
	background-color:#5e5e5e;
}

section#network-social .social-info{
	width:45%;
	margin:auto;
	overflow:hidden;
}

section#network-social .social-info ul{
	list-style:url(../images/list.png);
	float:left;
	margin: 24px 32px 0 73px;
	color:#FFF;
}

section#network-social .social-info ul li{
	line-height:25px;
}

section#network-social .social-info ul li a{
	color:#FFF;
}

section#network-social .social-info ul li a:hover{
	color:#CCC;
}

section#network-social .social-info .sn{
	float:left;
	margin:23px 0 0 0;
}

section#network-social .social-info .sn ul{
	list-style:none;
}

section#network-social .social-info .sn ul li{
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}

section#network-social .social-info .sn ul li a{
	width:23px;
	height:26px;
	background-image:url(../images/social-networks.png);
	display:block;
}

section#network-social .social-info .sn ul li a.fb{
	background-position:0 0;
}

section#network-social .social-info .sn ul li a.fb:hover{
	background-position:0 28px;
}

section#network-social .social-info .sn ul li a.twt{
	width:26px;
	background-position: 27px 0;
}

section#network-social .social-info .sn ul li a.twt:hover{
	background-position: 29px 28px;
}

.description{
	margin-bottom:20px;
	font-size:20px;
	font-weight:normal;
	color: #535353;
}

footer{
	width:100%;
	height:90px;
	background-color:#3596B6;
	box-shadow: 0px -3px 7px rgba(0, 0, 0, 0.5);
	overflow:hidden;
}

footer .copyright{
	width:50%;
	margin:35px auto;
}

footer .copyright p{
	font-size:12px;
	color:#FFF;
	text-align:center;
}

footer .copyright a{
	color:#FFF;
	font-weight:bold;
}

footer .copyright a:hover{
	color:#CCC;
}

/* Nuestros Clientes */
section#customers{
	width:91%;
	margin: 98px auto 0 auto;
}

section#customers ul li{
	display:inline-block;
	margin:6px;
}

section#customers ul li a{
	width:200px;
	height:180px;
	border: solid 1px #C2C2C2;
	display:block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
}

section#customers ul li a:hover{
	opacity:0.7;
	box-shadow:0 0 10px #0086b2;
}

section#customers ul li a.alqueria{
	background-image:url(../images/alqueria.jpg);
}

section#customers ul li a.autonoma{
	background-image:url(../images/autonoma.jpg);
}

section#customers ul li a.lenos{
	background-image:url(../images/lenos.jpg);
}

section#customers ul li a.bolivar{
	background-image:url(../images/bolivar.jpg);
}

section#customers ul li a.corral{
	background-image:url(../images/corral.jpg);
}

section#customers ul li a.tonig{
	background-image:url(../images/toning.jpg);
}

section#customers ul li a.maizena{
	background-image:url(../images/maizena.jpg);
}

section#customers ul li a.nissan{
	background-image:url(../images/nissan.jpg);
}

section#customers ul li a.olimpica{
	background-image:url(../images/olimpica.jpg);
}

#content #thumbs{
	width:100%;
	margin:auto;
	margin-bottom:1%;
	border-radius: 4px;
	background-color:#2b2b2b;
	overflow:hidden;
}

#content #thumbs ul li{
	padding-top:1%;
	padding-bottom:1%;
	float:left;
	margin-left:15px;
	box-sizing:border-box;
	text-align:center;
}

#content #thumbs ul li a{
	color:#FFF;
}

#content #thumbs ul li a:hover{
	font-weight:bold;
}