*{
	margin: 0px;
	padding: 0px;
	font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 1em;
	letter-spacing: 1px;
}

}

section#container{
	position: relative;
    width: 100%;
	margin-top: 20px;
	background-color: #49A7C2;
    margin: 0 auto;
    overflow: hidden;
}


footer{
	background: #ececec;
	width: 100%;
	overflow: hidden;



}
#datos{
	width: 29%;
	float: left;
	margin: 2% 2%;
	text-align: left;
	vertical-align: left;
	letter-spacing: 2px;
	color: #aaa9a9;
	font-size: .7em;


}

#botonHome{
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


.second {
	text-align: center;
	font-size: .9em;
	color: rgb(160, 160, 160);
	background-color: rgba(255, 255, 255, .7);
}

#redes {
	vertical-align: center;
	text-align: center;

}

.social{
	list-style: none;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


/** MENU PRINCIPAL **/

.menu_bar{
	display: none;
}

a.icon-menu3{
	display: none;
	width: 40px;
	height: 40px;
}
a#menu-icon{
	display: none;
	width: 40px;
	height: 40px;
}
a:hover#menu-icon{
	border-radius: 4px 4px 0 0;
}


header{
	position: absolute;
	width: 100%;
	height: 70px;
	top: 40px;
	left: 0px;
	z-index: 100;
  	font-weight: bold;
  	letter-spacing: 2px;
	background-color: rgba(160, 160, 160, .7);
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;

}

header nav{
	margin: 20px auto;
	margin-top: 15px;
	height: 40px;
	width: 100%;
	background-color: transparent;
	text-align: center;
	-webkit-transition: margin-left .5s; 
	-moz-transition: background-color .5s;
	-ms-transition: background-color .5s;
	-o-transition: background-color .5s;

}

img#logo{
	float: left;
	display: block;
	margin-left: 70px;
	margin-right: 30px;
	margin-top: 1000px;
	-webkit-transition:width .5s, height .5s, margin-right .5s, margin-top .5s;
	-moz-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
	-ms-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
	-o-transition: width .5s, height .5s, margin-right .5s, margin-top .5s;
}





header nav ul{
	list-style: none;
	display:table;
	margin-left: 10%;
	text-shadow: 2px 3px 5px #174459;
	font-weight: 800;
	
}

header nav ul li{
	display: inline-block;
	position: relative;
	max-height: 60px;

}



header nav  ul  li a {
	color: #FFF;
	display: block;
	line-height: 20px;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
}

header nav  ul  li  a span {
	background: #174459;
	display: block;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	top: -170px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

header nav  ul  li  a span .icon {
	display: block;
	line-height: 60px;
}

header nav  ul  li  a:hover  span {
	top:-10px;
}

/* SUB MENU CHILDREN*/

header nav ul li:hover .children{
	display: block;
}

header nav ul li .children{
	display: none;
	background: #174459;
	position: absolute;
	min-width: 200px;
	z-index: 1000;
}

header nav ul li .children li{
	border-bottom: 1px solid rgba(255,255,255,.5);
	position: relative;
	min-width: 200px;
	}

header nav ul li .children li:hover{
	background-color: #FBC550;
	}

/* SUB MENU CHILDREN 2*/

header nav ul li .children li:hover .children2{
	display: block;
	}

header nav ul li .children li .children2{
	display: none;
	background: #174459;
	margin-right: -200px;
	margin-top:-60px;
	margin-left: 200px;
	}


section#home{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: center;
	background-image: url(../Fondos/banner1.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(160, 160, 160, .5);
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
}

section#who{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: center;
	background-image: url(../Fondos/banner_ips2.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(160, 160, 160, .5);
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
}

section#who2{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
	vertical-align: center;
	background-image: url(../Fondos/who2.png);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: rgba(160, 160, 160, .5);
	-webkit- background-size: cover;
	-moz- background-size: cover;
	-o- background-size: cover;
	background-size: cover;
}

section#letrero{
	margin-left: 60%;
	margin-top: 20%;
	width: 400px;
	height: 200px;

}

p#texto1index{
	text-align: left;
	font-weight: lighter;
	font-size: 2em;
	color: black;

}

 p#texto2index{
	text-align: right;
	font-weight: lighter;
	font-size: 2em;
	color: black;

}

 p#texto3index,p#texto4index{
	text-align: center;
	font-weight: lighter;
	font-size: 1em;
	color: black;
	border: 2px solid rgba(89, 106, 114, 0.10);
	background-color: rgba(89, 106, 114, 0.10);


}





section#logoSGA{
	margin: auto;
	margin-top: 20px;
	margin-left: 60px;
	width: 350px;
	height: 72px;
	background: url(../../iconos/LOGO-sga.png) no-repeat;

}

section#body{
	width: 100%;
	height: 60px;
	overflow: hidden;
	font-weight: lighter;
}


#scrolldown{
	margin-top: 40%;
	width: 100%;
	height: 200px;
	background-color: #174459;
	color: white;
	font-weight: lighter;
	text-align: center;
}

.espacio{
	margin-top: 110px;
	width: 100%;
	height: 10px;
	background-color: #174459;
	color: white;
	font-weight: lighter;
	text-align: center;
}

.info3{
	margin-top: 0;
	width: 100%;
	height: 200px;
	background-color: #174459;
	color: white;
	text-align: center;
}

#espa{
	height: auto;
	margin: 2px;
	display: inline-block;
}
#espa2{
	width: 5%;
	height: auto;
	margin: 2px;
	display: inline-block;
}
.info{
	margin-top: 0;
	width: 20%;
	height: auto;
	margin: 2px;
	display: inline-block;
	font-weight: lighter;

}

.info5{
	margin-top: 0;
	width: 60%;
	height: auto;
	margin: 10px;
	display: inline-block;
	font-weight: lighter;

}

.info4{
	margin-top: 0;
	width: 20%;
	height: auto;
	margin: 50px;
	display: inline-block;
	font-weight: lighter;

}

.info2{
	margin-top: 0;
	width: 28%;
	height: auto;
	margin: 15px;
	text-align: center;
	display: inline-block;

}

.last{
	margin-top: 0;
	width: 25%;
	height: auto;
	margin: 2px;
	display: inline-block;

}

.info p{
	border-right: 1px solid white;
}



p#titulo{
	text-align: center;
	font-weight: lighter;
	font-size: 1em;
	color: white;

}

p#flecha{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	text-align: center;
	color: white;
	font-size: 1.5em;
}

section#seccion{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;
    margin: 0 auto;
    overflow: hidden;
    float: center;
}


.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	left: 40px;
	z-index: -1;
	display: block;
	width: 200px;
	margin: 0;
	padding: 5px;
	color: #FCE2C1;
	font-size: 1vh;
	text-decoration: none;
	text-align: center;

	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: 100%;
	margin: 0;
}

figure #img{
	width: 200%;
	height: auto;
	margin: 0;
}

figure:hover+span {	
	bottom: -150px;
	left: 20px;
	opacity: 1;
	font-size: 20px;
	background-color:rgba(222, 162, 81, 1);
	border: 2px solid #DEA251;
    border-radius: 30px 0px 30px 0px;
}



.slide span {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 5vh 5vh 0;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 40vh;
    font-size: 1.5em;
    line-height: 3em;
    border: 1px solid rgba(255,255,255,.45);
    border-left: 0 none;
}


h2 { 
border-bottom: 1px solid #ddd; 
border-top: 1px solid #ddd; 
color: #363636;
font-family: tahoma; 
font-size: 2em; 
line-height: 1.8em; 
font-weight: 500; 
margin-top: 25px; 
padding: 12px 0; 
text-align: center; 
background-color: rgba(221,221,221,.7);
}

h3 {
letter-spacing: -0.04em;
font-weight: bold;
font-size: 1.44em;
margin-bottom: 10px;
}

h4 {
color: #363636;
font-family: tahoma; 
font-size: 2em; 
line-height: 1.8em; 
font-weight: 500; 
margin-top: 25px; 
padding: 12px 0; 
text-align: center; 
}

h5 {
color: #363636;
font-family: tahoma; 
font-size: 20px; 
line-height: 1.8em; 
font-weight: 500; 
margin-top: 10px; 
padding: 12px 0; 
text-align: center; 
}

h6 {
color: white;
margin-top: 50px;
text-align: center; 
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 1px;
}

h1 {
margin-top: 50px;
text-align: center; 
font-family: "SF Pro Text","Myriad Set Pro","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
font-weight: lighter;
font-size: 1.5em;
letter-spacing: 1px;
color: #174459;
}

span.chyron { font-size: 1.2em; padding-top: 10px; }

/** main blocks **/
#container { 
display: block;
max-width: 800px;
margin-bottom: 66px;
padding: 20px 15px; 
background: #fff; 
border-radius: 6px; 
-webkit-border-radius: 6px; 
-moz-border-radius: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box; 
box-sizing: border-box;  
}


/** the form elements **/
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput { 
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.55em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input#name {
background: #fff url('/g/user2.png') 5px 4px no-repeat;
width: 100%;
padding: 25px;
margin: 3px;
}
#hongkiat-form input#email {
background: #fff url('/g/email.png') 5px 4px no-repeat;
width: 100%;
padding: 25px;
margin: 3px;
}
#hongkiat-form input#website {
background: #fff url('images/website.png') 5px 4px no-repeat;
}
#hongkiat-form input#telephone {
background: #fff url('images/phone.png') 5px 4px no-repeat;
}

#hongkiat-form img {
            border: solid 1px #ccc;
            margin: 0 2em;
            margin-left: 0px;
        }

#hongkiat-form textarea {
	background: #fff url('/g/mensaje.png') 5px 4px no-repeat;
	margin: 3px;
	display: block;
	font-family: "Helvetica Neue", Arial, sans-serif;
	border-style: solid;
	border-width: 1px;
	border-color: #dedede;
	margin-bottom: 15px;
	padding: 25px;
	width: 100%;
	height: 180px;
	color: #777;
	box-shadow: #174459 inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
	color: #333;
	border-color: rgba(41, 92, 161, 0.4);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
	outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
	background: #fff url('images/speech.png') 5px 4px no-repeat;
}

#hongkiat-form input#enviar {
background-color: #174459;
border-style: solid;
height: 70px;
width: 200px;
color: white;
display: block;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 5px; }

#buttons #submitbtn {
display: block;
float: left;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* SLIDER (tomado de ...) */


#slider{
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
	top: 0px;
	left: 0px;
    margin: 0 auto;
    overflow: hidden;
    float: center;

}

#imgs  img
{
    /*overlays all the imgs */
    /*You see only the first img, for now*/
    display:block;
    width:100%;
    height: auto;
    position:absolute;
    top:0;
    left:0;
    transition: 1s;
    visibility:hidden;
    margin: auto;
   
    /*we want to show only 1 img at the time*/
}
/*the container */
#Snav 
{
    display:block;    
    width:100%;
    height:100%;
    max-width: 777px;
    
    top:0;
    left:0;
    margin: o auto;
    overflow: hidden;
}



/* where the circles are going to be*/
#SnavCircles 
{
    display:block;
    width:20%;
    height:20%;
    left: 50%;
    position:absolute;
    top: 10px;
}
#Scircles 
{
    display:block;
    width:80px;
    height:15px;
    top: 10px;   /* is going to be on the right side of the slider*/
}
#Scircles ul 
{
    margin:0;
    float:right;
    display: table;
    width:100%;
    height:100%;
}
#Scircles li
{
    /*we don't need the dots*/
    list-style:none;
    display:block;
    background-color:rgba(160, 160, 160, 1);
    width:15px;
    height:15px;
    margin-left:5%;
    float:left;     /*on the same line*/
    visibility:hidden;
    /*we need circles, not squares*/
    border-bottom-left-radius:25px;
    border-top-left-radius:25px;
    border-bottom-right-radius:25px;
    border-top-right-radius:25px;

}
/*ok , we are done with the SnavUp*/
#SnavMiddle 
{
    display:block;
    position: absolute;
    width:100%;
    height:15%;
    top:30%;   /*this is up to you , where you want the buttons*/
}
#SnavMiddle2 
{
    width:30%;
    height:auto;
    float:center;
    margin-left:30%;
    opacity:0.8;  /*this is up to you , where you want the buttons*/
}
/*left button*/
#Sleft 
{
    width:4vh;
    height:auto;
    top:50%;
    float:left;
    margin-left:3%;
    
    opacity:0.8;
    
}
/*button effect*/
#Sleft:hover 
{
    opacity:0.8;
    background-color: rgba(160, 160, 160, .3);
}
#Sright 
{
    width:4vh;
    height:auto;
    top:50%;
    float:right;
    margin-right:5%;
    opacity:0.8;

}
#Sright:hover 
{
    opacity:0.8;
    background-color: rgba(160, 160, 160, .3);
}
/*now we have to add the info at the bottom of the slider*/
#SnavBottom 
{
    display:block;
    background-color:rgba(160, 160, 160, 0.8);
    width:100%;
    height:10%;
    position:absolute;
    top:0;
    left:0;
    background-color: transparent;

}
#SnavBottom p 
{
    top:100px;
    visibility:hidden;
}

/*that's all , now we need to code the slider, the effect*/

.productos2{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}

.textos{
	margin-left: 5%;
	width: 90%;
	text-align: center;
}

.llegar{
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eef0e4;
}

#map{
	width: 70%;
	height: 400px;
	position: relative;
	margin: 50px;
	margin-left: 15%;
	overflow: hidden;
	background-color: #eef0e4;
}

.textos_adic{
	margin-left: 15%;
	width: 70%;
	text-align: center;
}



.productos{
	height: 200px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: white;
}

.productos img{
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

.form_container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
}
.left, .right {
  position: absolute;
  top: 50%;
  font-size: 2em;
  height: 40px;
  border: none;
  color: #f7f7f7;
  background-color: #00ccc5;
  border-radius: 100px;
}

.left, .right p{
  padding: 2px;
}
.left {
  left: 0px;
}
.right {
  right: 0px;
}
.form_container .slideContainer {
  white-space: nowrap;
}

.form_container .slideContainer .slide {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 20%;
}

div#bgventana{
	vertical-align: middle;
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
	letter-spacing: 2px;
	color: #000;
	display: none;
}

div#ventana{
	vertical-align: middle;
	text-align: center;
	display: block;
	overflow: hidden;
	position: absolute;
	background-color: rgba(255, 255, 255, .5);
	height: 220px;
	width: 400px; 
	top: 20%;
	left: 20%;
}

div#ventana h2 { 
	margin-top: 0px;
	margin-left:0px;
	margin: 2% 2%;
	border-bottom: 1px solid #ddd; 
	border-top: 1px solid #ddd; 
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em; 
	font-weight: 900; 
	text-align: center; 

}

div#cerrar a:link { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:visited { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:hover { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}
div#cerrar a:active { 
	margin-top: 0px;
	color: black;
	font-family: tahoma; 
	font-size: 1em; 
	line-height: 1em;
	text-decoration: none;

}

div#cerrar{
	color: gray;
	text-align: right;
}

@media screen and (max-width: 1000px){

	body {
		padding-top: 0px;
		background-color: rgba(160,160,160 .5);
	}
	header{
		position: absolute;
		background-color: rgb(29, 84, 128);
		height: 0;
	}

	header nav{
		width: 80%;
		height: 100%;
		margin: 0;
		position: fixed;
		right: 100%;
		margin-top: 40px;
		overflow: scroll;
		background-color: rgb(29, 84, 128);
	}

	.menu_bar{
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		background: rgb(202,126,50);
	}

	.menu_bar .bt-menu{
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}

	.menu_bar span{
		float: right;
		font-size: 40px;
	}
	a#menu-icon{
		display: block;
		width: 100%;
		height: 50px;
		text-decoration: none;
		margin-top: 10px;
		text-align: right;
		color: rgb(29, 84, 128);
		background-color: rgba(29, 84, 128, .5);
		font-size: 30px;
	}

	a.icon-menu3{
		width: 30px;
		height: auto;
		display: block;
		padding: 20px;
		color : #fff;
		overflow: hidden;
		font-size: 25px;

	}

	header nav ul li a {
		display: block;
	}

	header nav ul li a span{
		display: none;
	}

	header nav ul {
		display: block;
		position: relative;
		margin: 0;
	}

	header nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255,255,255,.5);
		width: 100%;
		position: relative;
		max-height: 1000px;
	} 

	header nav ul li:hover .children{
		display: block;
	}

	header nav ul li .children{
		position: relative;
		width: 100%;

	}

	header nav ul li .children li a{
		margin-left: 20px;

	}

	header nav ul li .children li:hover .children2{
		display: block;
	}

	header nav ul li .children li .children2{
		display: none;
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		background: #C7C8C9;
	}

	header nav ul .ocul{
		display: none;
	}

	img#logo{
	position: absolute;
}
 
#eps, #ips, #rips, #terr, #aud{
	border-bottom: 3px solid rgba(255,255,255,.5);
}

#datos{
	width: 100%;
	margin: 2% 2%;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 2px;
	color: #aaa9a9;
	font-size: .7em;


}

}

