*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

@font-face { 
	font-family: 'Brandon Grotesque Bold'; 
	src: url('../fonts/brandon_grotesque_bold.eot'); 
	src: url('../fonts/brandon_grotesque_bold.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/brandon_grotesque_bold.svg#Brandon Grotesque Bold') 	format('svg'), 
	url('../fonts/brandon_grotesque_bold.woff') format('woff'), 
	url('../fonts/brandon_grotesque_bold.ttf') format('truetype'); 
	font-weight: normal; 
	font-style: normal;
}

body{
	font-size: 16px;
	font-family: sans-serif;
	background:url(../img/ffff.jpg);
}

header{
	background: #B8812E;
	font-family: 'Brandon Grotesque Bold'; 
	z-index: 0;
}

header .img{
	/*margin-left: 191px;*/
	cursor: pointer;
	padding-bottom: 10px;
	padding-top: 5px;
	width: 120px;
	margin-top: 3px;
}

header img:hover{opacity: 0.5;}

header nav{
	background: #B8812E;
	font-family: 'Arial'; 
	font-size: 13px;
	margin-bottom: 10px;
	z-index: 1000;
}

header nav ul{
	list-style: none;
	overflow: hidden;
}

header nav ul li{
	float: left;
	margin-left: 0;
	width: 143px;
}

header nav ul li:last-child{border-right: #5B5B5B fsolid 1px;}

header nav ul li a{
	color: #fff;
	display: block;
	height: 47px;
	padding:10px;
	text-align: center;
	text-decoration: none;
}
		
header nav ul li .children{
	border-radius: 7px;
	background: #5B5B5B;
	display: none;
	position: absolute;
	width: 250px;
	z-index: 1000;
  	-webkit-transition: all .5s;
  	-moz-transition: all .5s;
  	-ms-transition: all .5s;
  	-o-transition: all .5s;
  	transition: all .5s; 
}

header nav ul li:hover .children{
	display: block;
	z-index: 1000;
	transition: all .3s; 

}
header nav a:hover, .header nav a:active,
 .header nav .active a:visited {
	background: #249CDD;
	color: #fff;
	text-shadow: none !important;
	border-radius: 6px;

}

.flecha{
  	margin-left: 8px;
}

.flecha-1{
  	margin-left: 1px;
}

.children li {
	font-size: 11px;
  	text-transform: uppercase;
	width: 100%;
	text-align: left;
	height: 40px;
	transition: background-color 0.3s ease;
}

.children li:hover{
border-radius: 7px;
	background: #3395FF;
}

.contenedorheader{
	width: 100%;
	max-width: 1024px;
	margin: auto;
}

.contenedor{

	width: 100%;
	max-width: 1024px;
	margin:-10px auto;
	background: url(images/contenedor.png) repeat-y center 0; box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -moz-box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); 
	/*box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);*/
	
}

.contenedor p{margin-bottom: 20px;}

.headercolor{background: white;}

.br{display: none;}

#logoMenu{display: none;}

.menu-fixed{
	position: fixed;
	z-index: 1000;
	top: 0;
	width: 100%;
	max-width: 1024px;
	box-shadow: 0 4px 3px rgba(0,0,0,.5);
	font-size: 12px;
	background: #A47329;
}

.menu-fixed #logoMenu{
	display: block;
	width: 230px;
}

.menu-fixed #logoMenu img{
	width: 125px;	
	padding: 8px;	
}

.lises{width: 110.42px;}

.cabecera section{display: inline-block;}


.contenedor1{
	padding-top: 60px;
	width: 100%;
	max-width: 1024px;
	margin: auto;
	background: white;
	/*text-align: justify;*/
}
.sociales1{
	float: left;
	font-size: 30px;
	margin-top: 40px;
	color: white;
}

.sociales2{
	float: right;
	font-size: 30px;
	margin-top: 40px;
	color: white;
}

.social-icon-jump-x4 { 
	width: 40px; 
	height: 40px; 
	margin: 0 5px -3px 0; 
	display: inline-block;
	overflow: hidden; 
	font-size: 20px; 
	text-decoration: none;
}
.social-icon-jump-x4:hover {text-decoration: none;}

.social-icon-jump-x4 .fa { 
	display: block; 
	width: 100%;
	height: 100%; 
	text-align: center; 
	line-height: 40px; 
	background: #f4f6f6; 
	color: #004487; 
}

.social-icon-jump-x4 div { 
	-webkit-transition: all 0.1s ease-in-out; 
	-moz-transition: all 0.1s ease-in-out; 
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out; 
}

.social-icon-jump-x4 .fa:first-child { margin: -40px 0 0 0;}
.social-icon-jump-x4 div:hover { margin: 40px 0 0 0;}

.rounded { border-radius: 4px; }

.rounded-x2 { border-radius: 8px; }

.rounded-x3 { border-radius: 12px; }

.rounded-x4 { border-radius: 16px; }

.fa.facebook-icon-jump { background: #3b5998; color: #fff;}

.fa.twitter-icon-jump { background: #55acee; color: #fff; }

.fa.youtube-icon-jump { background: #cc181e; color: #fff; }

.fa.google-plus-icon-jump { background: #d44032; color: #fff; }

.fa.social-icon-jump-dark { background: #fff; color: #004487;}

.menu-bar{display: none;}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    box-shadow:inset 0 0 20px -7px #182622;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	box-shadow:inset 0 0 20px -7px #182622;
}

.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
 }

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    z-index: -1;
    box-shadow:inset 0 0 20px -7px #182622;
}

.contenido{padding-top: 10px;}

.contenido article{
	display: inline-block;
	width: 337px;
	background: white;
	min-height: 380px;
	/*height: 380px;*/
	border: 1px solid #dde1e1;
	margin-top:5px;
	text-align: center;
	line-height: 22px;
}

h4{color: #004487;}

.contenido article p{
	color: #808080;
	padding: 10px;
}

.contenido article p a{
	font-size: 16px;
	background: #2d323a;
	padding: 10px 16px;
	color: #f4f6f6;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: inset 0 1px 0px rgba(255,255,255, 0.2);
}

fieldset legend a{
	line-height: 20px;
}

.contenido article img{
	width: 100%;
	box-shadow: 0px 1px 2px #dcdede;
}

.contenido article img:hover{opacity: 0.5;}

.img-contenedor{
	width: 100%;
	padding: 10px;
}

.img-contenedor div{
	display: inline-block;
	width: 197px;
	overflow: hidden;

}

.img-contenedor div p{
	text-align: center;
	font-family: 'Brandon Grotesque Bold'; 
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	background: #033363;
}

.img-galeria{
	height:130px;;
}

.img-galeria img{
	width: 100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease; /* Opera */
	transition:all .9s ease;
}

.img-galeria:hover img{
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
}

.pie{
	width: 100%;
	height:200px;
	margin-top: 25px;
	background:#B8812E;
}

.pie aside{
	float: left;
	width: 31%;
	margin: 10px;
	white-space: nowrap;
	text-align: center;
	padding: 10px;
}

.padd{padding: 20px;}

.icon{
  	font-size: 38px;
  	color: #fff;
  	margin-bottom: 25px;
}

h5{
	color: #fff;
	margin-bottom: 15px;
	font-size: 24px;
}

.pie aside p{
	font-size: 14px;
	color: #b0bac2;
}

a{color: #01c1c1;}

.carrusel{
    background: #fafafa;
    width: 100%;
    height: 230px;
    margin: 10px auto;
    margin-bottom: -25px;
}

.ordenar{
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.carrusel a{
	padding: 10px;
	width: 248px;
	height: 200px;
	display: inline-block;
	text-align: center;
	color: #000;
}

.carrusel i{
	font-size: 50px;
	border-radius: 50%;
	color: #000;
	padding: 20px;
}

.fa.fa-cubes{color: tomato;}

.fa.fa-database{color: green;}

.fa.fa-institution{color: orange;}

.fa.fa-book{color: highlight;}

.carrusel a p:last-child{color: #808080;}

.contenedorpie{
	max-width: 1024px;
	width: 100%;
	margin:0 auto;
}

.izquierda-h, .derecha-h{
	
	width: 739px;
	min-height:500px;
	display: inline-block;
}

.izquierda-h{
	padding-left: 15px;
	padding-top: 5px;
	

}

.derecha-h{
	width: 269px;
	background: #F6F6F6;
	position: absolute;
	margin-left: 15px;
	margin-left: auto;
    box-shadow: inset 1em 0 1em -1em rgb(167, 167, 171);
}

.izquierda-sh, .derecha-sh, .centro-sh{
	
	width: 318px;
	min-height:500px;
	display: inline-block;
}

.derecha-sh{
	width: 362px;
	background: #333;
}









@media screen and (max-width: 1024px) and (min-width:840px){
	/*header nav ul li{
		border-right: white solid 2px;
		float: left;
		height: 50px;
		width: 14.2%;
	}*/
	
	header .img {
       padding-left: 10px;
    }
	.headerRes{display: block;}

	.sociales1{display: none;}

	.sociales2{display: none;}

	.cabecera{display: none;}

	.br{display: none;}

	body{padding-top:80px;}

	header{height: auto;}

	footer{	font-size: 12px;}

	.img{display: none;}

	.menu-bar{
		display: block;
		width: 100%;
		/*background: #023859;*/
		background: #A47329;
		position: fixed;
		top:0;
		z-index:9999;
	}
	
	.contenedor{
		width: 95%;
		margin:0 auto;
	}

	.menu-bar img{
		width: 145px;
		margin-top: -20px;
	}

	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		height: 80px;
	}

	.menu-bar span{
		float: right;
		font-size: 40px;
	}
	
	.logo{
		display: none;
	}

	header nav {
		height: calc(100% - 80px);
		margin: 0;
		overflow: scroll;
		position: fixed;
		/*right: 100%;*/
		max-width: 0;
		-webkit-transition: max-width 0.4s;
		-moz-transition: max-width 0.4s;
		transition: max-width 0.4s;
	}
	
	.menuest{
		max-width: 80%;
	}

	header nav ul li{
		display: block;
		width: 100%;
		border-bottom:  1px solid white;
	}

	header nav ul li a:hover{
		background: #2980b9;
		width: 100%;
	}
	
	header nav ul li a{display: block;}

	header nav ul li .children{width: 100%;	position: relative;}

	header nav ul li:hover .children{display: none;}

	header nav ul li .caret{float: right;}

	.img-galeria img{
		width: 106%;
	}

	.img-galerio{
		height: 130px;
	}

	.img-contenedor div {
	    display: inline-block;
	    overflow: hidden;
	    width: 183.7px;
	}
	
	.slider{
		width: 100%;
		min-height: 200px;
		height: 20px;
		background: #666;
		margin: 0;
		margin-bottom: 20px
	}

	.izquierda-h, .derecha-h{
		
		width: 100%;
		min-height:500px;
		display: inline-block;
	}

	.derecha-h{
		width: 100%;
		background: #F6F6F6;
		margin: 10px auto;
	}

	.derecha-sh, .izquierda-sh, .centro-sh{
		
		width: 100%;
		margin: 5px auto;
	}

	.contenido article{width: 32.9%;}

	.carrusel{height: 255px;}

	.carrusel a{width: 24%;}

	.pie{margin-top: 25px;}

	.pie aside{width: 30%;}
	
}


@media screen and (max-width: 500px) and (min-width: 200px){
	.headerRes{display: block;}

	.sociales1{display: none;}

	.sociales2{display: none;}
	.cabecera{display: none;}

	.br{display: none;}

	body{padding-top:80px;}

	header{height: auto;}

	footer{font-size: 12px;}

	.img{display: none;}

	.menu-bar{
		/*background: #023859;*/
		background: #A47329;
		display: block;
		position: fixed;
		top:0;
		width: 100%;
		z-index:9999;
	}
	
	.contenedor{
		margin:0 auto;
		width: 95%;
		background: url(images/contenedor-mobile.png) repeat-y center 0; box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -moz-box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); 
	}

	.menu-bar img{
		margin-top: 1px;
		margin-bottom: 5px;
 		width: 130px;
 		height: 40px;
	}

	.menu-bar .bt-menu{
		color: #fff;
		display: block;
		font-size: 25px;
		font-weight: bold;
		height: 80px;
		overflow: hidden;
		padding: 20px;
		text-decoration: none;
	}

	.menu-bar span{
		float: right;
		font-size: 40px;
	}
	
	.logo{display: none;}

	header nav {
		height: calc(60% - 40px);
		margin: 0;
		overflow: scroll;
		position: fixed;
		/*right: 100%;*/
		max-width: 0;
		-webkit-transition: max-width 0.4s;
		-moz-transition: max-width 0.4s;
		transition: max-width 0.4s;
	}
	
	.menuest{
		max-width: 80%;
	}

	header nav ul li{
		display: block;
		width: 100%;
		border-bottom:  1px solid white;
	}

	header nav ul li a:hover{
		background: #358BDB;
		width: 100%;
	}
	
	header nav ul li a{
		display: block;
	}

	header nav ul li .children{
		width: 100%;
		position: relative;
	}

	header nav ul li:hover .children{
		display: none;

	}

	header nav ul li .caret{
		float: right;
	}

	.contenido article{
		width: 100%;
		height: 410px;
	}

	.contenido article img{width: 100%;}

	.izquierda-h, .derecha-h{
		
		width: 100%;
		min-height:500px;
		display: inline-block;
	}

	.izquierda-h h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #999;
    margin-top: 15px;
    margin-bottom: 8px;
	text-align: left;
    } 
	
	.izquierda-h .coltec {
	    font-size: 13px;
        text-align: justify;
		padding-right: 10px;
	}
	
	.derecha-h{
		width: 100%;
		background: #F6F6F6;
		margin: 10px auto;
		position: relative;
	}

	.derecha-sh, .izquierda-sh, .centro-sh{
		
		width: 100%;
		margin: 5px auto;
	}

	.img-contenedor div{
		width: 100%;
	}

	.carrusel{height: 800px;}

	.carrusel a{width: 100%;}

	.pie{height: 550px;	margin-top: 30px; margin-bottom: -40px;}

	.pie aside{width: 100%;}
}

@media screen and (max-width: 700px) and (min-width: 500px){
	.headerRes{display: block;}

	.sociales1{display: none;}

	.sociales2{display: none;}

	.cabecera{display: none;}

	.br{display: none;}

	body{padding-top:80px;}

	header{height: auto;}

	footer{font-size: 12px;}

	.img{display: none;}

	.menu-bar{
		display: block;
		width: 100%;
		/*background: #023859;*/
		background: #A47329;
		position: fixed;
		top:0;
		z-index:9999;
	}
	
	.contenedor{
		width: 100%;
		margin:0 auto;
		background: url(images/contenedor-tablet.png) repeat-y center 0; box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -moz-box-shadow: 10px 10px 10px 14px rgba(0,0,0,0.05); -webkit-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); -o-box-shadow: 0px 0px 0px 4px rgba(0,0,0,0.05); 
	}

	.menu-bar img{
		width: 130px;
		margin-top: -12px;
		margin-bottom: 5px;
		height: 50px;
	}

	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		height: 80px;
	}

	.menu-bar span{
		float: right;
		font-size: 40px;
		background-color:#3388FF;
		background: #3388FF;
	}
	
	.logo{display: none;}

	header nav {
		height: calc(62% - 50px);
		margin: 0;
		overflow: scroll;
		position: fixed;
		/*right: 100%;*/
		max-width: 0;
		-webkit-transition: max-width 0.4s;
		-moz-transition: max-width 0.4s;
		transition: max-width 0.4s;
	}
	
	.menuest{
		max-width: 60%;
	}

	header nav ul li{
		display: block;
		width: 100%;
		border-bottom:  1px solid white;
	}

	header nav ul li a:hover{background: #2980b9; width: 100%;}
	
	header nav ul li a{display: block;}

	header nav ul li .children{width: 100%;	position: relative;}

	header nav ul li:hover .children{display: none;}

	header nav ul li .caret{float: right;}

	.contenido article{width: 100%;}

	.izquierda-h, .derecha-h{
		
		width: 100%;
		min-height:500px;
		display: inline-block;
	}
	
	.izquierda-h .coltec {
	    font-size: 12px;
        text-align: justify;
		padding-right: 30px;
	}

	.derecha-h{
		width: 100%;
		background: #F6F6F6;
		margin: 10px auto;
	}

	.derecha-sh, .izquierda-sh, .centro-sh{
		
		width: 100%;
		margin: 5px auto;
	}

	.img-contenedor div{
		width: 227px;
	}

	.contenido article img{width: 50%;}

	.carrusel{height: 410px;}

	.carrusel a{width: 48%;}

	.pie{margin-top: 25px;height: 600px;}

	.pie aside{width: 100%; margin: 15px;}
}

@media screen and (max-width: 840px) and (min-width: 700px){
	.headerRes{display: block;}

	.sociales1{
		display: none;
	}

	.sociales2{
		display: none;
	}
	.cabecera{
		display: none;
	}

	.br{
		display: none;
	}

	body{
		padding-top:80px;
	}

	header{
		height: auto;
	}

	footer{
		font-size: 12px;
	}

	.img{
		display: none;
	}

	.menu-bar{
		display: block;
		width: 100%;
		/*background: #023859;*/
		background: #A47329;
		position: fixed;
		top:0;
		z-index:9999;
	}
	
	.contenedor{
		width: 95%;
		margin:10px auto;
	}

	.menu-bar img{
		width: 150px;
		margin-top: -7px;
	}

	.menu-bar .bt-menu{
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
		height: 80px;
	}

	.menu-bar span{
		float: right;
		font-size: 40px;
	}
	
	.logo{
		display: none;
	}

	header nav {
		height: calc(68% - 50px);
		margin: 0;
		overflow: scroll;
		position: fixed;
		/*right: 100%;*/
		max-width: 0;
		-webkit-transition: max-width 0.4s;
		-moz-transition: max-width 0.4s;
		transition: max-width 0.4s;
	}
	
	.menuest{
		max-width: 50%;
	}

	header nav ul li{
		display: block;
		width: 100%;
		border-bottom:  1px solid white;
	}

	header nav ul li a:hover{
		background: #2980b9;
		width: 100%;
	}
	
	header nav ul li a{
		display: block;
	}

	header nav ul li .children{
		width: 100%;
		position: relative;
	}

	header nav ul li:hover .children{
		display: none;
	}

	header nav ul li .caret{
		float: right;
	}

	.contenido article{
		width: 32.9%;
	}

	.izquierda-h, .derecha-h{
		
		width: 100%;
		min-height:500px;
		display: inline-block;
	}

	.derecha-h{
		width: 100%;
		background: #F6F6F6;
		margin: 10px auto;
	}

	.derecha-sh, .izquierda-sh, .centro-sh{
		
		width: 100%;
		margin: 5px auto;
	}

	.carrusel{
		height: 255px;
	}

	.carrusel a{
		width: 24.3%;
	}

	.pie{
		margin-top: 25px;
	}

	.pie aside{
		width: 30%;
		margin-bottom: -60px;
	}
}


