/*-------------start reset---------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-------------end reset---------------*/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 15px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(0,0,0,.3);;
}

body{
padding:0px;
margin:0px;
background-color: rgba(231,214,199,0.5);
width: auto;
}

a:link   
{   
 text-decoration:none;
} 

/*-----------PORTADA------------*/

#portada {
	width: 100%; 
}


#logo {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 40%;
	height: auto;
	background-color: rgba(249,219,184,0.9);
	padding: 2px 10px;
}

#logo29 {
	position: absolute;
	right: 40px;
	top: 35px;
	width: 8%;
	height: auto;
/*	background-color: rgba(249,219,184,0.9);*/	
	padding: 10px 10px;
}

#idioma {
	position: absolute;
	right: 150px;
	top: 400px;
	height: auto;
	background-color: rgba(255,255,255,0.50);
	padding: 50px 30px;
	font: normal 20px 'Nunito-Bold', sans-serif;
}

/*-----------PORTADA------------*/


#Encabezado {
	margin:0 auto;
	border-bottom: 2px solid #28A9DF;
/*	background-color: rgba(43,124,116,0.71);*/
	width:1000px;
}

#Encabezado2 {
/*	background-image: url(imagenes/portada2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
*/	width:1000px;
	height: 140px;
	margin:0 auto;
	position: relative;
	
}

#logo1 {
	position: absolute;
	margin-top: 30px;
	margin-left: 3%;
}

#logo2{
	margin-top: 2.5%;
	margin-left: 85%;
}


header {
	width: auto;
	height: 180px;
}

nav{
	margin: 2px auto;
	width: 1000px;
	height: 50px;
	display: flex;
	justify-content:center;
}


nav ul {
	display: flex;
	list-style: none;
	font-size: 30px;
	font-family: 'Nunito', sans-serif;
	color: #605E5E;
}

nav ul li {
	padding: 3px 15px;
    text-align: -webkit-match-parent;
    text-align: -moz-match-parent;
    text-align: -ms-match-parent;	
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	-ms-transition: border .3s;	
}

nav ul li a {
	display: block;
	color: #605E5E;
}

nav ul ul{
	display: block;
	z-index: 100000;
}

nav ul ul li{
	margin: 3px;
	padding: 5px;
	font-size: 25px;
}

nav ul li ul {
	position: absolute;
	transform: translate(30%);
	opacity: 0;
	margin-top: 15px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	background-color: rgba(255,255,255,0.85);
}

nav ul li:hover{
	border-bottom: 4px groove rgba(9, 54, 151,0.5);
	border-radius: 8px;	
}

nav ul li a:active{
	color: #181717;
}

nav ul li:hover ul{
	transform: translateX(-3%);
	opacity: 1;
}

header a:hover{
	opacity: 0.7;
	
}


/*-------------END HEADER---------------*/




/*-------------START EMPRESA---------------*/


.gallery_inicio {
	width: 1000px;
	height: 990px;
	padding-top: 20px;
	margin: -5px auto 0px auto;
	background-color: rgba(255,255,255,0.4);
}

.section1_text {
	width: 50%;
	height: 390px;
	float: left;
	margin: 3% 5% 2% 0%;
	padding: 1% 2% 2px 2% ;
/*	border-top: 3px solid rgba(255,254,70,0.6);	
	border-bottom: 2px solid rgba(255,254,70,0.4);*/
/*	border-left: 18px solid rgba(255,254,70,0.4);*/
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	line-height: 19px;
}

.section1_fig {
	width: 40%;
	height: 300px;
	float: left;
	margin-top: 8%;
	margin-left: -60px;
}

#foto_director {
	border: 3px solid rgba(0,0,0,0.5); 
	border-radius: 25px;
	-webkit-transition:-webkit-transform 0.3s ease-in-out 0.1s;
	-moz-transition:-moz-transform 0.3s ease-in-out 0.1s;
	-ms-transition:-moz-transform 0.3s ease-in-out 0.1s;
}

#foto_director:hover{
	-webkit-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-ms-transform:scale(1.02);
}

section figcaption {
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
	margin-left: 60px;
	margin-top: -10px;

}

.section2_text {
	width: 94%;
	height: 210px;
	margin: 5px 5% 2% 0%;
	padding: 1% 2% 20px 2% ;
/*	border-top: 3px solid rgba(255,254,70,0.6);	
	border-bottom: 2px solid rgba(255,254,70,0.4);*/
/*	border-left: 18px solid rgba(255,254,70,0.4);*/
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	line-height: 19px;
}

.logos_auditoria {
	width: 100%;
	height: 220px;
	display:inline-block;
	justify-content: center;
}

#folleto {
	width: 30%;
	height: 15px;
	margin: -28px 5% 2% 0%;
	padding: 2% 2% 20px 2% ;
	font-size: 20px;
	font-family: 'Nunito', sans-serif;
	text-align: justify;
	line-height: 19px;
}

#folleto:hover {
	opacity: 0.7;
}

/*-------------END EMPRESA---------------*/


/*---------------START FOOT-----------------*/


footer p {
	font-size: 14px;
}

footer a {
	font-size: 14px;
}


.footer_a{
	width: 1000px;
	height: 90px;
	margin: 0px auto;
	border-top: 6px solid #093697;
	background-color: rgba(255,255,255,0.48);
	font-family: 'Nunito', sans-serif;
	color: black;
}

.footer_Izq {
	width: 30%;
	height: 90px;
	float: left;
}

.footer_Med {
	width: 69.9%;
	height: 90px;
	float: left;
	border-left: 1px solid #093697;
	position: relative;
}

.footer_Med1{
	text-align: center;
	width: 50%;
	height: 90px;
	position: absolute;
}

.footer_Med2 {
	text-align: center;
	width: 50%;
	height: 90px;
	position: absolute;
	border-left: 1px solid #093697;
	margin-left: 350px;
}

.footer_b {
	width:1000px;
	height: 45px;
	margin: 0px auto;
	border-top: 2px solid #093697;
	background-color: rgba(231,214,199,0.4);
	text-align: center;
	font-size: 0.9em;
	font-family: 'nunito';
	/*background-image: url(imagenes/portada2.jpg);*/
	background-color: rgba(177,216,180,1.00);
	background-repeat: no-repeat;
		background-size: 100%;

}

.footer_c {
	width: 1000px;
	height: 28px;
	margin: 0px auto;
	padding-top: 2px;
	text-align: right;
	font-family: 'nunito';
	font-size: 0.8em;
	background-color: rgba(177,216,180,1.00);
	/*background-image: url(imagenes/portada2.jpg);*/
	background-repeat: no-repeat;
	background-size: 100%;
	
}

/*-------------END FOOT---------------*/




/*-------------START IMAGE SLIDER---------------*/
.main {
	width:100%;
	min-width:80%;
	max-width:120%;
	margin:10px auto;
}

#slides {
     display: none;

    }

.slides {
	width:100%;
}

.slides img {
	width:100%;
}

    #slides .slidesjs-navigation {
      margin-top:5px;
    }

    a.slidesjs-next,
    a.slidesjs-previous,
    a.slidesjs-play,
    a.slidesjs-stop {
      background-image: url(btns-next-prev.png);
      background-repeat: no-repeat;
      display:block;
      width:12px;
      height:18px;
      overflow: hidden;
      text-indent: -9999px;
      float: left;
		margin-top: 10px;
		margin-left: 40px;
      margin-right:2px;
    }

    a.slidesjs-next {
      margin-right:10px;
      background-position: -12px 0;
    }

    a:hover.slidesjs-next {
      background-position: -12px -18px;
    }

    a.slidesjs-previous {
      background-position: 0 0;
    }

    a:hover.slidesjs-previous {
      background-position: 0 -18px;
    }

    a.slidesjs-play {
      width:15px;
      background-position: -25px 0;
    }

    a:hover.slidesjs-play {
      background-position: -25px -18px;
    }

    a.slidesjs-stop {
      width:18px;
      background-position: -41px 0;
    }

    a:hover.slidesjs-stop {
      background-position: -41px -18px;
    }

    .slidesjs-pagination {
      margin: 10px 15px 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 5px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px;
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px;
    }

    #slides a:link,
    #slides a:visited {
      color: #333;
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020;
    }

    .navbar {
      overflow: hidden;
    }

<style>
    #slides {
      display: none;
    }

    .container {
      margin: 180;
    }
</style>


   /* For tablets & smart phones */
/*    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .container {
        width: auto
      }
    }

    /* For smartphones */
/*    @media (max-width: 480px) {
      .container {
        width: auto
      }
    }*/

    /* For smaller displays like laptops */
/*    @media (min-width: 768px) and (max-width: 979px) {
      .container {
        width: 724px
      }
    }*/

    /* For larger displays */
/*    @media (min-width: 1200px) {
      .container {
        width: 1170px
      }
    }
  </style>*/


.Img_slides{
    position: relative;
}

.Img_slides .Texto_img{
    bottom: 50px;
	left: 100px;
	color:#FFFFFF;
	background-color: rgba(50,50,50,0.70);
    position: absolute;
	padding: 10px 35px;
	z-index: 1;
	font: normal 20px 'Nunito', sans-serif;
	text-shadow: 1px 1px 2px #9B9B9B;

}

h1, h2, h3, p{
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 0;
}
/*---------------END IMAGE SLIDER-----------------*/


/*---------------START MENU CONTACTO-----------------*/

.Rotulo_publicaciones{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 200px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/publicaciones.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.letra_Rotulo{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	text-shadow: 2px 2px white;
}

.Rotulo_contacto{
/*	width: 100%;
	height: 100px;
	background-color: indianred;
	border: 3px solid rgba(255,254,70,0.6);
	border-radius: 5px;
*/
	height: 250px;
	border-radius: 5px;
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/contacto.png);
	background-size: 100%;
}

.letra_Rotulo_contacto{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.gallery_contacto {
	width: 1000px;
	height: auto;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.section1_text_contacto {
	width: 42%;
	float: left;
	margin: 2% 0% 2% 0%;
	/*padding-top: 4%; */
	padding-left: 2%;
	padding-bottom: 10px;
/*	border-left: 18px solid rgba(255,254,70,0.4);*/
	font-size: 16px;
	font-family: 'Nunito', sans-serif;
}

#formulario{
	width: 50%;
	height: 380px;
	float: left;
	margin-top: 4%;
	background-color:antiquewhite;
	overflow: hidden;
	position: relative;
}

section form input[type="text"], input[type="email"], textarea{
	font:normal 15px Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	border: 2px solid black;
	border-radius: 4px;
	background-color: transparent;
	margin-top: 20px;
	width: 320px; 
}

section form input[type="submit"]{
	margin-top: 10px;
	margin-left: 275px;
	background-color: black;
	border:none;
	width: 54px;
	height: 27px;
	font:normal 14px Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	color:white;
	padding: 1px;
}

section form input[type="submit"]:active{
	background-color: #B1ADAD;
}

#Nombre{
	padding: 3px;
	height: 26px;
	float: left;
}

#email{
	padding: 3px;
	height: 26px;
}

#Asunto{
	padding: 3px;
	height: 26px;
}

#Mensaje{
	height: 120px;
	padding: 3px;
	
}

.label{
	width: 30%;
	height: 270px;
	float: left;
	text-align: right;
}

.caja_form{
	width: 70%;	
	float: left;
}

section form p{
	padding: 15px 5px;
	font:normal 15px Avenir;
}

#result{
	width: 85%;
	margin-top: 303px;
	position: absolute;
	padding: 3px;
	height: 26px;
	text-align: right;
	color: red;
}

#mapa{
	display: block;
	width: 800px;
	max-width: 100%;
	height: 250px;
	max-height: 100vh;
	border-radius: 6px;
	margin: 0px auto;
	padding-top: 25px;
}

/*---------------END MENU CONTACTO-----------------*/

/*---------------START MENU PUBLICACIONES-----------------*/

.gallery_publicaciones {
	width: 1000px;
	height: 3150px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.section2_text_publicaciones {
	width: 95%;
	margin: 3% 0% 2% 0%;
	padding-top: 1%;
	padding-left: 2%;
	padding-bottom: 20px;
/*	border-left: 18px solid rgba(255,254,70,0.4);
*/	font-size: 16px;
	font-family: 'nunito';
	text-align: justify;
	line-height: 19px;	
}

section2 a {
	color: black;
}


section2 p:hover{
	opacity: 0.7;
}

#nohover:hover {
	opacity: 1;
}


section2 p, h3 {
	padding: 1.5px 0px;;
}

.titulos{
/*	height: 50px;
	background-color: rgba(255,254,70,0.2);*/
/*	background-color: rgba(231,214,199,0.6);*/
	padding: 2px;
	border-left: 2px solid rgb(9, 54, 151);
	color:rgb(9, 54, 151);
	font-family: 'nunito',sans-serif;
	line-height: 28px;	
}

/*.titulos:active{
	background-color: rgba(255,254,70,0.7);
}
*/
.contenido{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);
*/	height: auto;
	text-align: justify;
}


/*---------------END MENU PUBLICACIONES-----------------*/



/*---------------START MENU TRABAJOS PUBLICADOS-----------------*/

.gallery_trabajos {
	width: 1000px;
	height: 1140px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.contenido_col_izq{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);
*/	
	width: 12%;
	float: left;
	height: auto;
	text-align: justify;
}

.contenido_col_der{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);
*/	
	width: 85%;
	float: left;
	height: auto;
	text-align: justify;
}

/*---------------END MENU TRABAJOS PUBLICADOS-----------------*/


/*---------------START MENU BOLETINES-----------------*/

.gallery_boletines {
	width: 1000px;
	height: 1990px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

/*---------------END MENU BOLETINES-----------------*/

/*---------------START MENU METODOLOGIAS-----------------*/

.gallery_metodologias {
	width: 1000px;
	height: 1570px;
	padding-top: 20px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.Rotulo_metodologias{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/metodologia.png);
	background-size: 100%;
}

.letra_Rotulo_metodologias{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.nohover p:hover{
	opacity: 1;
}

.nohover {
}

#img_tecnologias {
	-webkit-transition:-webkit-transform 0.4s ease-in-out 0.1s;
	-moz-transition:-moz-transform 0.4s ease-in-out 0.1s;
	-ms-transition:-moz-transform 0.4s ease-in-out 0.1s;

}

#img_tecnologias:hover{
	-webkit-transform:scale(1.02);
	-moz-transition:scale(1.02);
	-ms-transition:scale(1.02);
	-webkit-filter: saturate(2);
/*	-webkit-filter: brightness(0.9);*/
/*	-webkit-filter: contrast(2);*/
}

/*---------------END MENU METODOLOGIAS-----------------*/


/*---------------START MENU AUDITORIAS-----------------*/


.Rotulo_auditorias{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/certificaciones2.png);
	background-size: 110%;
	background-repeat: no-repeat;
}

.letra_Rotulo_auditorias{
	font: normal 50px 'Nunito', sans-serif;
	padding: 100px 1%;
	color:black;
	text-shadow: 2px 2px gray;
}

.gallery_auditorias {
	width: 1000px;
	height: 820px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

section li {
	padding: 3px;
}

.items_auditoria{
	width: 28%;
	height: 220px;
	margin-left: 50px;
	float: left;
}

section p, h3 {
	padding: 1.5px 0px;;
}


/*---------------END MENU AUDITORIAS-----------------*/


/*---------------START MENU NO_CONVENCIONALES-----------------*/


.Rotulo_no_convencionales{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/no_convencionales.png);
	background-size: 100%;
}

.letra_Rotulo_no_convencionales{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.gallery_no_convencionales {
	width: 1000px;
	height: 1470px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

#img_no_convencionales {
	-webkit-box-shadow: 5px 5px 5px #999;
	-moz-box-shadow: 5px 5px 5px #999;
	-ms-box-shadow: 5px 5px 5px #999;
	filter: shadow(color=#999999, direction=135, strength=2);
}

/*---------------END MENU NO_CONVENCIONALES-----------------*/



/*---------------START MENU PROYECTOS-----------------*/


.Rotulo_proyectos{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/proyectos.png);
	background-size: 100%;
}

.letra_Rotulo_proyectos{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.gallery_proyectos {
	width: 1000px;
	height: 1040px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.contenido_proyectos{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);*/
	height: auto;
	font-size: 16px;
	font-family: 'nunito';
	text-align: justify;
	line-height: 19px;	
}

#img_america {
	position: relative;
}

section a {
	color: black;
}

.section2_text_proyectos {
	width: 95%;
	margin: 3% 0% 2% 0%;
	padding-top: 1%;
	padding-left: 2%;
	padding-bottom: 20px;
	font-size: 16px;
	font-family: 'Nunito-Bold',sans-serif;
	line-height: 19px;
}

/*-----------------ARGENTINA--------------------*/

#arg{
	position: absolute; top: 580px; left: 580px;
	font-size: 25px;
}

#arg2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 570.5px; left: 572px;
	font-size: 25px;

}

#arg:hover {
	-ms-transform: scale(1.2) translate(-265%, -1150%);
	-webkit-transform: scale(1.2) translate(-265%, -1150%);
	-moz-transform: scale(1.2) translate(-265%, -1150%);
	transform: scale(1.2) translate(-265%, -1150%);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color:#093697;
}

#art_arg {
	position: absolute;	top: -940%; right: 560%;
	width: 270px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	font-size: 13px;
	background-color: white;
	opacity: 0;
	text-align: justify;
	padding: 3px;
}

#arg:hover #art_arg {
	-ms-transform:translate(310%, 80.5%);
	-webkit-transform:translate(310%, 80.5%);
	-moz-transform:translate(310%, 80.5%);
	transform:translate(310%, 80.5%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------CHILE---------------------------*/

#chi{
	position: absolute; top: 530px; left: 480px;
	font-size: 25px;	
}

#chi2{
	color:rgba(87,87,87,1.00);
	font-size: 25px;
	position: absolute; top: 520.5px; left: 472px;
}

#chi:hover {
	-ms-transform: scale(1.2) translate(-380%, -930%);
	-webkit-transform: scale(1.2) translate(-380%, -930%);
	-moz-transform: scale(1.2) translate(-380%, -930%);
	transform: scale(1.2) translate(-380%, -930%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color:#093697;
}

#art_chi {
	position: absolute; top: -920%; right:900%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;	
}

#chi:hover #art_chi {
	-ms-transform: translate(277%, 97%);	
	-webkit-transform: translate(277%, 97%);
	-moz-transform: translate(277%, 97%);
	transform: translate(277%, 97%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------BOLIVIA---------------------------*/


#bol{
	position: absolute; top: 410px; left: 540px;
	font-size: 25px;	
}

#bol2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 400.5px; left: 532px;
	font-size: 25px;		
}

#bol:hover {
	-ms-transform: scale(1.2) translate(-336%, -405%);
	-webkit-transform: scale(1.2) translate(-336%, -405%);
	-moz-transform: scale(1.2) translate(-336%, -405%);
	transform: scale(1.2) translate(-336%, -405%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color:#093697;
}

#art_bol {
	position: absolute; top: 0%; right:750%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;	
}

#bol:hover #art_bol {
	-ms-transform: translate(308%, 19%);	
	-webkit-transform: translate(308%, 19%);
	-moz-transform: translate(308%, 19%);
	transform: translate(308%, 19%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------VENEZUELA---------------------------*/


#ven{
	position: absolute; top: 230px; left: 500px;
	font-size: 25px;	
}

#ven2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 220.5px; left: 492px;
	font-size: 25px;	
}

#ven:hover {
	-ms-transform: scale(1.2) translate(-219%, 390%);
	-webkit-transform: scale(1.2) translate(-219%, 390%);
	-moz-transform: scale(1.2) translate(-219%, 390%);
	transform: scale(1.2) translate(-219%, 390%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color:#093697;
}

#art_ven {
	position: absolute; top: 400%; right:500%;	
	width: 280px;
	text-align: left;
	border: 2px solid #093697;
	color:  black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#ven:hover #art_ven {
	-ms-transform: translate(270%, -12.5%);
	-webkit-transform: translate(270%, -12.5%);
	-moz-transform: translate(270%, -12.5%);
	transform: translate(270%, -12.5%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------NICARAGUA---------------------------*/


#nic{
	position: absolute; top: 180px; left: 370px;
	font-size: 25px;	
}

#nic2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 170.5px; left: 362px;
	font-size: 25px;
}

#nic:hover {
	-ms-transform: scale(1.2) translate(-141%, 601%);
	-webkit-transform: scale(1.2) translate(-141%, 601%);
	-moz-transform: scale(1.2) translate(-141%, 601%);
	transform: scale(1.2) translate(-141%, 601%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color:#093697;
}

#art_nic {
	position: absolute; top: 1500%; right:400%;	
	width: 250px;
	text-align: left;
	border: 0.8px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#nic:hover #art_nic {
	-ms-transform: translate(250%, -185%);
	-webkit-transform: translate(250%, -185%);
	-moz-transform: translate(250%, -185%);
	transform: translate(250%, -185%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}


/*-------------------MEXICO---------------------------*/


#mex{
	position: absolute; top: 60px; left: 210px;
	font-size: 25px;	
}

#mex2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 50.5px; left: 202px;
	font-size: 25px;
}

#mex:hover {
	-ms-transform: scale(1.2) translate(-52%, 1140%);
	-webkit-transform: scale(1.2) translate(-52%, 1140%);
	-moz-transform: scale(1.2) translate(-52%, 1140%);
	transform: scale(1.2) translate(-52%, 1140%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color: #093697;
}

#art_mex {
	position: absolute; top: 1070%; right:450%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#mex:hover #art_mex {
	-ms-transform: translate(192%, -49%);	
	-webkit-transform: translate(192%, -49%);
	-moz-transform: translate(192%, -49%);
	transform: translate(192%, -49%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------GUATEMALA---------------------------*/


#gua{
	position: absolute; top: 155px; left: 300px;
	font-size: 25px;	
}

#gua2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 145.5px; left: 292px;
	font-size: 25px;
}

#gua:hover {
	-ms-transform: scale(1.2) translate(-100%, 710%);
	-webkit-transform: scale(1.2) translate(-100%, 710%);
	-moz-transform: scale(1.2) translate(-100%, 710%);
	transform: scale(1.2) translate(-100%, 710%);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color: #093697;
}

#art_gua {
	position: absolute; top: 1400%; right:360%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#gua:hover #art_gua {
	-ms-transform: translate(230%, -315%);
	-webkit-transform: translate(230%, -315%);
	-moz-transform: translate(230%, -315%);
	transform: translate(230%, -315%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------ECUADOR---------------------------*/

#ecu{
	position: absolute; top: 270px; left: 380px;
	font-size: 25px;	
}

#ecu2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 260px; left: 372px;
	font-size: 25px;
}

#ecu:hover {
	-ms-transform: scale(1.2) translate(-168%, 205%);
	-webkit-transform: scale(1.2) translate(-168%, 205%);
	-moz-transform: scale(1.2) translate(-168%, 205%);
	transform: scale(1.2) translate(-168%, 205%);
	
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color: #093697;
}

#art_ecu {
	position: absolute; top: 1170%; right:470%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#ecu:hover #art_ecu {
	-ms-transform: translate(246%, -252%);	
	-webkit-transform: translate(246%, -252%);
	-moz-transform: translate(246%, -252%);
	transform: translate(246%, -252%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------BRASIL---------------------------*/

#bra{
	position: absolute; top: 330px; left: 620px;
	font-size: 25px;	
}

#bra2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 320.5px; left: 612px;
	font-size: 25px;
}

#bra:hover {
	-ms-transform: scale(1.2) translate(-452%, -50%);
	-webkit-transform: scale(1.2) translate(-452%, -50%);
	-moz-transform: scale(1.2) translate(-452%, -50%);
	transform: scale(1.2) translate(-452%, -50%);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color: #093697;
}

#art_bra {
	position: absolute; top: 1070%; right:900%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#bra:hover #art_bra {
	-ms-transform: translate(330%, -310%);
	-webkit-transform: translate(330%, -310%);
	-moz-transform: translate(330%, -310%);
	transform: translate(330%, -310%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-------------------PERU---------------------------*/

#per{
/*	position: absolute; top: 80px; left: 115px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);		
	font-size: 45px;	
*/	position: absolute; top: 330px; left: 470px;
	font-size: 25px;	
}

#per2{
	color:rgba(87,87,87,1.00);
	position: absolute; top: 320.5px; left: 462px;
	font-size: 25px;
}

#per:hover {
	-ms-transform: scale(1.2) translate(-395%, -40%);
	-webkit-transform: scale(1.2) translate(-395%, -40%);
	-moz-transform: scale(1.2) translate(-395%, -40%);
	transform: scale(1.2) translate(-395%, -40%);
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	color: #093697;
}

#art_per {
	position: absolute; top: 1070%; right:950%;	
	width: 250px;
	text-align: left;
	border: 2px solid #093697;
	color: black;
	background-color: white;
	opacity: 0;
	text-align: justify;	
	font-size: 13px;
	padding: 3px;
}

#per:hover #art_per {
	-ms-transform: translate(-160%, -171%);	
	-webkit-transform: translate(-160%, -171%);
	-moz-transform: translate(-160%, -171%);
	transform: translate(275%, -231%);
	
  	-ms-transition: all 0.6s;	
 	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	opacity: 1;
}

/*-----------------------------------------------------*/


/*---------------END MENU PROYECTOS-----------------*/


/*---------------START MENU CLIENTES-----------------*/

.gallery_clientes {
	width: 1000px;
	height: 1220px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.contenido_clientes{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);
*/	height: 350px;
}

.Rotulo_clientes{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/clientes.png);
	background-size: 100%;
}

.letra_Rotulo_clientes{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.items_clientes{
	width: 19%;
	height: 200px;
	margin-left: 50px;
	float: left;
}

/*---------------END MENU CLIENTES-----------------*/

/*---------------START MENU CURSOS-----------------*/

.gallery_cursos {
	width: 1000px;
	height: 1200px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

.contenido_cursos{
/*	border-bottom: 2px solid rgba(255,254,70,0.4);*/
	height: 940px;
}

.Rotulo_cursos{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/cursos.png);
	background-size: 100%;
}

.letra_Rotulo_cursos{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.items_cursos1{
	width: 75%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.items_cursos2{
	width: 10%;
	margin-left: 30px;
	float: left;
	margin-top: 10px;	
	height: 110px;
}

/*---------------END MENU CURSOS-----------------*/

/*---------------START MENU WO-----------------*/

.Rotulo_wo{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/no_convencionales.png);
	background-size: 100%;
}

.letra_Rotulo_wo{
	font: normal 50px 'Nunito', sans-serif;
	padding: 65px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

.gallery_wo {
	width: 1000px;
	height: 1760px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}

/*---------------END MENU WO-----------------*/

/*---------------START MENU DESARROLLO-----------------*/
.gallery_desarrollo {
	width: 1000px;
	height: 2030px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}


.Rotulo_desarrollo{
/*	width: 100%;*/
	background-color:rgba(9, 54, 151,0.80);
	border: 2px solid rgba(187,183,183,1.00);
	height: 100px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 10px auto;
/*	background-image: url(imagenes/desarrollo1.png);
	background-size: 115%;
	background-repeat: no-repeat;*/
}

.letra_Rotulo_desarrollo{
	font: normal 50px 'Nunito', sans-serif;
	padding: 15px 3%;
	color:white;
	text-shadow: 2px 2px black;
}

/*---------------END MENU DESARROLLO-----------------*/

/*---------------START MENU SECUNDARIA-----------------*/
.gallery_secundaria {
	width: 1000px;
	height: 1310px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}


.Rotulo_secundaria{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/no_convencionales.png);
	background-size: 100%;
}

.item_secundaria1{
	width: 40%;
	height: 470px;
	float: left;
	margin-top: 10px;

}

.item_secundaria2{
	width: 56%;
	margin-left: 30px;
	float: left;
	margin-top: 70px;	
}


/*---------------END MENU SECUNDARIA-----------------*/

/*---------------START MENU PESADOS-----------------*/
.gallery_oportunidades {
	width: 1000px;
	height: 1070px;
	padding-top: 5px;
	margin: 0px auto 0px auto;
	background: rgba(255,255,255,0.4);
}


.Rotulo_pesados{
/*	width: 100%;*/
/*	background-color: indianred;*/		
/*	border: 3px solid rgba(255,254,70,0.6);*/	
	height: 250px;
	border-radius: 5px;
	
	width: 1000px;
	margin: 0px auto;
	background-image: url(imagenes/no_convencionales.png);
	background-size: 100%;
}


/*---------------END MENU PESADOS-----------------*/
