/* =====================================
   FONT FACE
   ===================================== */
   
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');

/* ======================================
   GENERAL
   ====================================== */
body, html {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
    font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height:normal;
	color:#000;
	height:100%;
	}
html { -webkit-text-size-adjust: 100%;	}

img { border: 0px; }

a {	text-decoration: none;}

strong { font-weight: 700; }

p { padding:0; margin: 0}

/* ====================================
   ENCABEZADO
   ==================================== */
#top {
	width:100%;
	position:fixed;
	z-index:9990;
	background-color:#fff;
	color:#00805d;
	}
.logo {
	float:left;
	padding:10px 50px 10px 0px;
	}

/* ===================================
   MENU PPAL
   ================================== */
#nav1, #nav2 {
	padding:25px 0px 0px 0px;
	font-weight:800;
	}
#nav1 { text-align:left; float:left;}
#nav2 { text-align:right; float:right;}
#nav2 .contact {
	display:inline-block;
	color:#fff;
	background-color:#00805d;
	padding:5px 20px;
	}

/* Submenu*/
#nav1 .nav_desp {
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	}
#nav1 .nav_desp > li {
	float:left;
	}
#nav1 .nav_desp li a {
	color:#00805d;
	padding:5px 20px 28px 20px;
	margin:0px 15px;
	display:block;
	border-bottom:3px solid #fff;
	}
#nav1 .nav_desp li a:hover {
	border-bottom:3px solid #e2001a;
	}
#nav1 .nav_desp li {
	position:relative;
	}
#nav1 .nav_desp li ul {
	display:none;
	position:absolute;
	min-width:260px;
	/*agregue*/
	list-style:none;
	text-decoration:none;
	margin:0;
	padding:0;
	font-size:11px;
	}
#nav1 .nav_desp li:hover > ul {
	display:block;
	}
#nav1 .nav_desp ul li a,
#nav1 .nav_desp ul li a:hover {
	padding:7px 10px;
	margin:0 !important;
	background-image: url(../img/back_submenu.png);
	border:none;
	color:#000;
	font-weight:600;
	}
#menucito {
	float:right;
	padding:15px 10px 15px 0px;
	text-align:right;
	display:none;
	}

/* ======================================
   SECCIONES
   ====================================== */
.main {
	width:1100px;
	padding:0 10px;
	margin:0 auto;
	overflow:auto;
	clear:both;
	}
.main_top {
	width:1100px;
	padding:0 10px;
	margin:0 auto;
	clear:both;
	}

h1 {
	font-size:37px;
	font-weight:700;
	margin:0;
	padding:0px 30px 20px 30px;
	display:inline-block;
	border-bottom:4px solid #e2001a;
	}
h2 {
	font-size:20px;
	font-weight:700;
	margin:0px 0px 15px 0px;
	padding:0px 0px 7px 0px;
	display:inline-block;
	border-bottom:4px solid #e2001a;
	}
h3 {
	font-size:24px;
	font-weight:700;
	margin:0;
	}
.imagen_resp {
	float:left;
	width:100%;
	padding-bottom:10px;
	}
.imagen_resp img {
	width:100%;
	height:auto;
	}

/* CONTENIDOS ============================ */
#empresa {
	background-image:url(../img/back_empresa.jpg);
	background-size:cover;
	background-position: center center;
	padding:80px 0px;
	color:#fff;
	text-align:center;
	font-size:22px;
	line-height:32px;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}


#productos {
	width:100%;
	line-height:25px;
	font-weight:500;
	padding:50px 0px 0px 0px;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}
#productos .titulo {
	width:100%;
	}
#productos .content {
	float:left;
	width:60%;
	}
#productos .logos {
	float:right;
	width:40%;
	text-align:right;
	}


#servicios {
	background-color:#e2001a;
	color:#fff;
	font-weight:500;
	line-height:25px;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}

#servicios .main {
	width:100%;
	padding:0px;
	webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	}
#servicios .main h2 {
	border-bottom:4px solid #00805d;
	}
#servicios .main h3 {
	line-height:40px;
	}
#servicios .content {
	float:left;
	width:55%;
	margin-top:50px;
	padding:0px 5% 0px 10%;
	text-align:justify;
	background-image: url(../img/back_servicios.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height:545px;
	}
#servicios .foto {
	float:right;
	width:30%;
	text-align:right;
	}


#clientes {
	padding:80px 0px;
	font-weight:500;
	text-align:center;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}


#contacto {
	background-image:url(../img/back_contacto.png);
	padding:80px 0px;
	color:#fff;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}
#contacto .colum1 {
	width:48%;
	float:left;
	}
#contacto .colum2 {
	width:48%;
	float:right;
	}
#contacto .botones {
	width:100%;
	float:left;
	text-align:right;
	padding-top:20px;
	}


/* FORMULARIOS ===================== */
input, textarea, select, button {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	-webkit-appearance: none;
    -webkit-border-radius: 0;
	}
:-moz-placeholder {	color: #000; }
::-webkit-input-placeholder { color: #000; }

.campo,
.campo2 {
	border:1px solid #fff;
	background-image:url(../img/back_form.png);
	background-color:transparent;
	width:100%;
	padding:15px;
	margin:10px 0px;
	color:#000;
	float:left;
	display:block;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
	}
.campo2 { height:185px; }
.enviar,
.borrar {
	display:inline-block;
	border:none;
	font-size:14px;
	padding:10px 50px;
	cursor:pointer;
	}
.enviar {
	background-color:#fff;
	color:#00805d;
	}
.borrar {
	background-color:#e2001a;
	color:#fff;
	}
	
	

/* ====================================
   FOOT
   ==================================== */
#foot {
	width:100%;
	background-color:#e2001a;
	padding:50px 0px;
	color:#fff;
	font-size:13px;
	font-weight:600;
	clear:both;
	/*Sombra *************/
	-webkit-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	box-shadow: inset 0px 50px 60px -50px rgba(0,0,0,0.7);
	}
#foot .main .columna {
	float:left;
	width:20%;
	height:auto;
	text-align:left;
	overflow:hidden;
	}
#foot .main .columna a { color:#fff }

.icon_dire,
.icon_tel,
.icon_mail,
.icon_horario {
	display:block;
	background-repeat: no-repeat;
	background-position: left center;
	height:30px;
	padding-left:35px;
	margin-top:10px;
	}
.icon_dire {
	background-image: url(../img/icon_location.png);
	}
.icon_tel {
	background-image: url(../img/icon_phone.png);
	}
.icon_mail {
	background-image: url(../img/icon_mail.png);
	height:20px;
	}
.icon_horario {
	background-image: url(../img/icon_hour.png);
	}
