.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

body { margin: 0px; }

@font-face {
  font-family: Calibri;
  src: url(calibri.ttf);
  src: url('calibri.ttf') format('truetype');
}

.fuente_arial { font-family: Arial; }

.fuente_calibri { font-family: Calibri; }

.fuente_bold { font-weight: bold; }

.fuente_regular { font-weight: regular; }

.header {
	width: 100%;
	height: 120px;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	background: #FFFFFF;
	z-index: 15;
	position: fixed;
	top: 0px;
	left: 0px;
	align-items: center;
	-webkit-align-items: center;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-box-shadow: 0px 10px 7px -7px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 10px 7px -7px rgba(0,0,0,0.8);
	box-shadow: 0px 10px 7px -7px rgba(0,0,0,0.8);
	/*safari*/
	-webkit-flex-direction: row;
	-webkit-box-align: center;
    -webkit-box-pack: center;
}

.header:hover { opacity: 1!important; }

.divLogo img {
	width: 329px;
	height: 65px;
	margin-top: 15px;
}

.divTel { height: 50px; }

.telefono { font-size: 20px; color: #252B7B; }

.imgEspacio { margin-right: 20px; }

.divNavegacion {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-left: 15px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-align: end;
}

.divMenu {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 15px;
	color: #333333;
}

.enlaceMenu { color: #333333; text-decoration: none; }

.enlaceMenuSelec { color: #003399; text-decoration: none; }

.enlaceMenuSelec2 { color: #003399!important; }

.enlaceMenu:hover { color: #003399; }

.elementoMenu { margin-left: 30px; }

.enlaceMenuV { color: #333333; text-decoration: none; }

.divMenuVertical {
	display: none;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	font-size: 15px;
	color: #FFFFFF;
	width: 29px;
	align-items: center;
	-webkit-align-items: center;
	margin-left: 15px;
}

#mostrarMenu { cursor: pointer; }

.listaMenu {
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #FFFFFF;
	font-size: 13px;
	width: 100%;
	display: none;
	color: #333333;
	position: fixed;
	z-index: 11;
}

.ulMenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	color: #333333;
}

.ulMenu li a {
	color: #333333;
	text-decoration: none;
}

.ulMenu li:hover { background-color: #CCCCCC; cursor: pointer; }

.liMenu {
	height: 30px;
	padding-top: 9px;
	border-bottom: 1px solid #CCCCCC;
}

.nosotros {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	min-height: 200px;
	background: #0C6395;
	color: #FFFFFF;
	align-items: center;
	justify-content: flex-start;
	-webkit-align-items: center;
	-webkit-justify-content: flex-start;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-webkit-box-pack: start;
}

.nosotros p {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 20px;
	width: 90%;
	text-align: center;
}

.misionVision {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 25px;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.divMision {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	color: #333333;
	font-size: 18px;
	margin-right: 40px;
	align-self: flex-start;
	-webkit-align-self: flex-start;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-align: center;
	-webkit-box-pack: center;
}

.mision {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 50px;
}

.mision_texto { width: 497px; }

.imagen_mv { margin-right: 15px; }

.creasy {
	margin: 0px;
	font-size: 35px;
	text-align: center;
	justify-content: center;
	-webkit-justify-content: center;
	border-bottom: 3px solid #FFFFFF;
	margin-top: 10px;
}

.parrafo30 { font-size: 30px; }

.parrafo20 { font-size: 20px; text-align: center; }

.lineaBlanca {
	width: 190px;
	/*margin: 0 auto;*/
	border-bottom: 3px solid #FFFFFF;
}

.soluciones {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 100px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.solucionesTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: 360px;
	font-size: 45px;
	color: #000000;
	height: 75px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-bottom: 15px;
}

.beneficiosTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: auto;
	font-size: 30px;
	color: #000000;
	height: auto;
	margin-bottom: 17px;
	text-align: center;
	padding-top: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}

.solucionesTexto {
	font-size: 20px;
	color: #333333;
	width: 1080px;
	text-align: center;
	margin-bottom: 20px;
	justify-content: center;
	-webkit-justify-content: center;
}

.cursosTexto {
	font-size: 20px;
	color: #333333;
	width: 1080px;
	text-align: center;
	margin-bottom: 20px;
	justify-content: center;
	-webkit-justify-content: center;
}

.solucionesVid {
	margin-bottom: 40px;
	width: 100%;
}

.solucionesVid iframe {
	margin: 0 auto;
	width:  916px;
	height: 515px;
	border: none !important;
	/*safari*/
	display: block;
}

video {
  width: 100%  !important;
  height: auto !important;
}

.fade { opacity:1; }

.fade:hover { opacity:0.4; }

.solucionesImagen {
	max-width: 100%;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.imgSolucion {
	max-width: 440px;
	height: 230px;
	/*height: 346px;*/
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.55s ease-in-out;
  	-moz-transition: all 0.55s ease-in-out;
  	transition: all 0.55s ease-in-out;
}

.imgSolucion img {
	width: 440px;
	height: 346px;
	-webkit-transition: all 0.75s ease-in-out;
  	-moz-transition: all 0.75s ease-in-out;
  	transition: all 0.75s ease-in-out;
}

.cursosImagen {
	max-width: 90%;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}


.imgCurso {
	max-width: 396px;
	height: 275px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.55s ease-in-out;
  	-moz-transition: all 0.55s ease-in-out;
  	transition: all 0.55s ease-in-out;
}

.imgCurso img {
	width: 380px;
	height: 280px;
	-webkit-transition: all 0.75s ease-in-out;
  	-moz-transition: all 0.75s ease-in-out;
  	transition: all 0.75s ease-in-out;
}

.textCurso {
	position: absolute;
	/*opacity: 0.5;*/
	background: transparent;
	z-index: 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	font-size: 22px;
	color: #2D4C92;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-flow: column nowrap;
  	flex-flow: column nowrap;
	-webkit-transition: all 0.55s ease-in-out;
  	-moz-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.tituloCurso{
	width: 100%;
	position: absolute;
    top: 25px;
    text-align: center;
    font-size: xx-large;
    font-family: sans-serif;
    font-weight: bold;
    color: #50577D;
}

.imagenesCurso{

	position: absolute;
    top: 94px;
    left: 50px;
    height: 70px;
    width: 70px;
}

.textSolucion {
	position: absolute;
	/*opacity: 0.5;*/
	background: transparent;
	z-index: 10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	font-size: 22px;
	color: #2D4C92;
	text-align: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-flow: column nowrap;
  	flex-flow: column nowrap;
	-webkit-transition: all 0.55s ease-in-out;
  	-moz-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.texto-solucion-titulo-over { display: none; }
.imagen-solucion-hover {
	display: none;
	margin-bottom: 20px;
}
.img-solucion-hover {
	width: auto !important;
	height: auto !important;
}
/*.textSolucion{
	font-size: 18px;
	color: #FFFFFF;
}*/

.imgSolucion:hover .textSolucion {
	/*top: 0px;*/
	height: 100%;
	background: #FF7F00;
	/*background: #0099FF;*/
	opacity: 1;
	color: #FFF;
	-webkit-transform: translateY(0px);
  	-moz-transform: translateY(0px);
  	-ms-transform: translateY(0px);
  	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.imgSolucion:hover .texto-solucion-titulo-over { display: flex; -webkit-display: flex; display: -webkit-box; }
.imgSolucion:hover .texto-solucion-titulo { display: none; }
.imgSolucion:hover .imagen-solucion-hover { display: flex; -webkit-display: flex; display: -webkit-box; }

.imgSolucion:hover .img-solucion-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.imgSolucion:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}




.apps {
	margin-top: 100px;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.appsTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: 200px;
	font-size: 45px;
	color: #000000;
	height: 60px;
	margin-bottom: 15px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	/*safari*/
	-webkit-box-pack: center;
    -webkit-box-align: center;
}

.appsTexto {
	margin: 0px;
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	width: 990px;
	text-align: center;
	margin-bottom: 5px;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-pack: center;
}

.appAzul {
	color: #0099FF;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}


.texto-curso-titulo-over { display: none; }
.imagen-curso-hover {
	display: none;
	margin-bottom: 20px;
}
.img-curso-hover {
	width: 100%;
	height: 100%;
}

.imgCurso:hover .textCurso {
	/*top: 0px;*/
	height: 100%;
	background: #FF7F00;
	/*background: #0099FF;*/
	opacity: 1;
	color: #FFF;
	-webkit-transform: translateY(0px);
  	-moz-transform: translateY(0px);
  	-ms-transform: translateY(0px);
  	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.imgCurso:hover .texto-curso-titulo-over { display: flex; -webkit-display: flex; display: -webkit-box; }
.imgCurso:hover .texto-curso-titulo { display: none; }
.imgCurso:hover .imagen-curso-hover { display: flex; -webkit-display: flex; display: -webkit-box; }

.imgCurso:hover .img-curso-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.imgCurso:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  height: 280px;
}

.paginasWeb {
	margin-top: 100px;
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.paginasTexto {
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
	color: #333333;
	width: 960px;
	text-align: center;
}

.paginasTexto2 {
	font-size: 20px;
	color: #999999;
	width: 670px;
}

.grisPaginas {
	color: #4C5D72;
	text-align: center;
	margin-top: 15px;
    margin-bottom: 15px;
}

.icoPaginas {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 35px;
	width: 100%; /*Explorer*/
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-align: end;
	-webkit-box-pack: center;
}

.icoContenedor {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-right: 30px;
	/*safari*/
	-webkit-box-orient: vertical;
    -webkit-box-pack: center;
	-webkit-box-align: center;
}

.icoText {
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.portafolio {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	height: auto;
	margin-top: 35px;
	background: #0C6395;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.portaTitulo {
	margin: 0px;
	color: #FFFFFF;
	font-size: 35px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
}

.portaText {
	color: #FFFFFF;
	font-size: 25px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}

.portContainer {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.portCentrado {
    -webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 1250px;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
	-webkit-box-align: center;
}

.portPagina {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #FFF;
	width: 227px;
	height: 254px;
	/*margin-right: 20px;*/
	margin-bottom: 25px;
	position: relative;
}

.portPagina a { max-height: 245px; }

.noVisible { display: none; }

.verMasPort {
	position: absolute;
	top: 40%;
	left: 41%;
	opacity: 0.7;
	cursor: pointer;
}

.verMasPort:hover { opacity: 1; }

.margenR0 { margin-right: 0px; }

.realidadAumentada {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 100px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.realTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: 580px;
	font-size: 45px;
	color: #000000;
	height: 75px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-bottom: 15px;
	/*safari*/
	-webkit-box-pack: center;
	-webkit-box-align: end;
}

.realTexto {
	margin: 0px;
	font-weight: normal;
	font-size: 25px;
	color: #4D5D72;
	width: 820px;
	text-align: center;
	-webkit-box-pack: center;
}

.realInfo {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
	width: 100%; /*Explorer*/
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.realDetalle {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	align-self: center;
	-webkit-align-self: center;
	width: 500px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.real1 { color: #4D5D72; font-size: 25px; }

.real2 {
	color: #999999;
	font-size: 16px;
	width: 320px;
	text-align: center;
}

.imgFade { opacity: 0.8; cursor: pointer; }

.imgFade:hover { opacity: 1; }

.clientes {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 100px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.clienteTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: 300px;
	font-size: 45px;
	color: #000000;
	height: 75px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-bottom: 30px;
	/*safari*/
	-webkit-box-pack: center;
	-webkit-box-align: end;
}

.cursos {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 100px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.cursoTitulo {
	margin: 0px;
	border-bottom: 3px solid #CACACA;
	width: 580px;
	font-size: 45px;
	color: #000000;
	height: 55px;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	margin-bottom: 20px;
	/*safari*/
	-webkit-box-pack: center;
	-webkit-box-align: end;
}

.fecha1{
 position: absolute;
 top: 103px;
 left: 100px;
 font-size: small;
 font-family: sans-serif;
 text-align: center;
 font-weight: bold;
 color:#50576D;
}
.fecha2{
  position: absolute;
  top: 70px;
  left: 100px;
  font-size:
  small;font-family:sans-serif;
  text-align: center;
  font-weight: bold;
  color:#50576D;
}
.hover{
  width:100%;
  /*height: 295px;*/
  height: 100%;
  cursor: pointer;
}
.imagen1{
  position: absolute;
  top: 130px;
  left: 50px;
  height:90px !important;
  width:90px !important;
}
.imagen2{
  position: absolute;
  top:130px;
  left: 145px;
  height: 90px !important;
  width: 90px !important;

}
.imagen3{
position: absolute;
top:130px;
left: 240px;
height: 90px !important;
width: 90px !important;
}


.divCont{
    width: 15px;
   height: 300px;
  }

.clienteListado {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: center;
	-webkit-justify-content: center;
	max-width: 1080px;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: end;
}

.clienteImg {
	width: 268px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	min-height: 140px;
	/*safari*/
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.cl1, .cl2, .cl3 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.cl5, .cl6, .cl7 {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.cl4, .cl8 { border-bottom: 1px solid #CCCCCC; }

.cl9, .cl10, .cl11 { border-right: 1px solid #CCCCCC; }

.contacto {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 100px;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: start;
}

.contactoMapa {
	width: 50%;
	height: 500px;
	position: relative;
}

.contactoDatos {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	width: 50%;
	height: 500px;
	background: #0C6395;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: start;
	-webkit-box-align: center;
}

.contactoTitulo {
	margin: 0px;
	color: #FFFFFF;
	font-size: 45px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 20px;
	margin-bottom: 5px;
}

.contactoText {
	color: #FFFFFF;
	font-size: 20px;
	width: 480px;
	text-align: center;
}

.contactoCampos {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 25px;
	width: 470px;
	/*safari*/
	-webkit-box-orient: horizontal;
	-webkit-box-pack: justify;
}

.contactoMensaje { margin-bottom: 10px; }

.contactoMensaje input {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 220px;
	border: none;
	height: 24px;
	padding-left: 5px;
}

.contactoMensaje textarea {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 458px;
	border: none;
	height: 190px;
	padding: 5px;
}

.footer {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	background: #2A323A;
	padding-top: 20px;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}

.footerMenu {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	color: #FFFFFF;
	font-size: 15px;
	margin-bottom: 10px;
}

.fMenu { margin-right: 20px; }

.flink { text-decoration: none; color: #FFFFFF; }

.flink:hover { color: #CACACA; }

.footerRedes {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 40px;
}

.fimg { margin-right: 15px; }

.footerDerechos {
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 15px;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.fazul { color: #3399FF; text-decoration: none; }

.up {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 11;
	display: none;
	cursor: pointer;
	opacity: 0.5;
}

.up:hover { opacity: 1; }

.puntero { cursor: pointer; }

#msoluciones{ position: relative;}

.ulSub {
	/*position: absolute;*/
	left: -6px;
	background: #3399FF;
	color: #FFF;
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	height: 50px;
	width: 110px;
	padding-top: 10px;
	padding-left: 10px;
	-webkit-box-shadow: 10px 10px 7px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 7px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 7px -8px rgba(0,0,0,0.75);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}

.ulSub li {
	height: 20px;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

.ulSub li a {
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

.ulSub li a:hover { color: #003399; }

.submenu-contenedor {
	position: absolute;
	height: 83px;
	/*---*/
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	justify-content: center;
	-webkit-justify-content: center;
	/*safari*/
	-webkit-box-orient: vertical;
	-webkit-flex-wrap: nowrap;
	-webkit-box-pack: center;
}

.flecha-sub {
	display: none;
	max-width: 26px;
	margin: 0 auto;
}

#fsoluciones { position: relative; }

.ulSubf {
	position: absolute;
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	height: 40px;
	padding-top: 5px;
}

.ulSubf li { height: 20px; }

.ulSubf li a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.ulSubf li a:hover { color: #CACACA; }

.ulSubv {
	position: absolute;
	display: none;
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	height: 40px;
	padding-top: 5px;
}

.ulSubv li {
	height: 20px;
	text-decoration: none;
	font-weight: normal;
}

.subLi {
	display: none;
	font-weight: normal;
	height: 20px;
  padding-top: 5px;
  border-bottom: 1px solid #CCCCCC;
}

.overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}

.overlay iframe {
	width: 100% !important;
}

/*--------------------------------------S L I D E R---------------------*/
.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}

.portafolio-link { display: none !important; }

/*--------------------------------------  M E D I A ---------------------*/
@media screen and (max-width: 1280px) {
	.imgSolucion img { max-width: 415px; height: 326px; }

	.solucionesVid iframe {
		width:  853px;
		height: 480px;
	}
}

@media screen and (max-width: 1200px) {
	.divNavegacion { margin-left: 0px; }

	.elementoMenu { margin-left: 25px; }

	.divMision { margin-bottom: 30px; margin-right: 0px; }

	.divLogo img { margin-top: 0px; }

	.imgSolucion { width: auto; height: auto; }

	.imgSolucion img { max-width: 390px; height: 307px; }

	/*.portContainer { justify-content: flex-start; }*/

	.portCentrado {
		width: 1000px;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}

	.portPagina { margin-left: 22px; margin-bottom: 25px; }

	.margenR0 { margin-right: 20px; }


}

@media screen and (max-width: 1100px) {
	.divNavegacion {
		align-items: center;
		-webkit-align-items: center;
		margin-left: 0px;
	}

	.header { min-height: 190px; }

	.clienteListado { max-width: 900px; }

	.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 { border: none; }

	.cl1, .cl2, .cl4, .cl5, .cl7, .cl8 {
		border-bottom: 1px solid #CCCCCC;
		border-right: 1px solid #CCCCCC;
	}

	.cl3, .cl6, .cl9 { border-bottom: 1px solid #CCCCCC; }

	.cl10, .cl11 { border-right: 1px solid #CCCCCC; }

	.contactoTitulo { font-size: 42px; }

	.contactoText { font-size: 19px; width: 430px; }

	.contactoCampos { width: 430px; }

	.contactoMensaje input { width: 195px; }

	.contactoMensaje textarea { width: 422px; }

	.solucionesImgv { max-width: 900px; max-height: 571px; }

	.imgSolucion img { max-width: 360px; height: 283px; }

	.solucionesVid { /*height: 480px;*/ }

	.portCentrado { width: 1000px; }
}

@media screen and (max-width: 1024px) {
	.imgSolucion img { max-width: 330px; height: 259px; }

	.icoContenedor { margin-right: 0px; min-width: 254px; }

	.portPagina { margin-left: 15px; margin-right: 6px; }

	.solucionesTexto { width: 950px; }
}

@media screen and (max-width: 980px) {
	.imgSolucion img { max-width: 315px; height: 248px; }

	.portPagina { margin-left: 52px; margin-right: 36px; }

	.solucionesVid { /*height: 450px;*/ }

	.solucionesTexto { width: 900px; }

	.portCentrado { width: 950px; }

	.solucionesVid iframe {
		width:  711px;
		height: 400px;
	}
}

@media screen and (max-width: 900px) {
	.header{
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		min-height: 100px;
		height: auto;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.divLogo img { margin-top: 17px; }

	.divNavegacion { margin-top: 40px; }

	.divTel { align-items: center; -webkit-align-items: center; }

	.divMenu { display: none; }

	.divMenuVertical {
		display: flex;
		display: -webkit-flex;
	}

	.paginasTexto { width: 800px; text-align: center; }

	.grisPaginas { width: 800px; }

	.contactoMapa { width: 100%; }

	.contactoDatos {
		width: 100%;
		order: 1;
		-webkit-order: 1;
	}

	.contactoMapa { order: 2; -webkit-order: 2; }

	.solucionesImgv { max-width: 800px; max-height: 507px; }

	.imgSolucion img { max-width: 287px; height: 225px; }

	.portPagina { margin-left: 44px; margin-right: 10px; }

	.portCentrado { width: 850px; }

	.solucionesTexto { width: 800px; }
}

@media screen and (max-width: 800px) {
	.solucionesTexto { width: 700px; }

	.paginasTexto { width: 650px; }

	.grisPaginas { width: 650px; }

	.realTexto { width: 650px; text-align: center; }

	.imgReal { max-width: 570px; max-height: 310px; }

	.clienteListado { max-width: 650px; }

	.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 { border: none; }

	.cl1, .cl3, .cl5, .cl7, .cl9 { border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; }

	.cl2, .cl4, .cl6, .cl8, .cl10 { border-bottom: 1px solid #CCCCCC; }

	.cl11 { border-right: 1px solid #CCCCCC; }

	.contactoMapa { height: 450px; }

	.solucionesImgv { max-width: 650px; max-height: 412px; }

	.imgSolucion img { max-width: 256px; height: 201px; }

	.imgCurso img { max-width: 256px; height: 201px; }

	.solucionesVid { /*height: 400px;*/ }

	.solucionesVid iframe {
		width:  640px;
		height: 330px;
	}

	.footerMenu { font-size: 13px; }

	.textSolucion {
		font-size: 16px;
		text-align: center;
		height: 50px;
	}

	.portPagina { margin-left: 13px; margin-right: 10px; }

	.portCentrado { width: 750px; }
}

@media screen and (max-width: 768px) {
	.imgSolucion { max-width: 461px; height: 363px; }

	.imgSolucion img { max-width: 461px; height: 363px; }

	.imgCurso { max-width: 461px; height: 363px; }

	.imgCurso img { max-width: 461px; height: 363px; }

	.solucionesVid { /*height: 390px;*/ }

	.beneficiosTitulo { font-size: 38px; }

	.appsTexto { width: 700px; }

    .portPagina { margin-left: 7px; margin-right: 5px; }

	.portCentrado { width: 725px; }

	.nosotros { padding-bottom: 10px; }
}

@media screen and (max-width: 650px) {
	.creasy { font-size: 40px; }

	.parrafo30 { font-size: 30px; }

	.parrafo20 { font-size: 15px; }

	.solucionesTexto { width: 570px; }

	.appsTexto { width: 570px; }

	.paginasTexto { width: 570px; }

	.grisPaginas { width: 570px; }

	.paginasTexto2 { width: 570px; text-align: center; }

	.realTexto { width: 570px; }

	.header {
		min-height: 135px;
		align-items: flex-start;
		-webkit-align-items: flex-start;
	}

	.divLogo img { margin-top: 0px; }

	.divNavegacion {
		order: 1;
		-webkit-order: 1;
		margin-top: 0px;
	}

	.divLogo {
		order: 2;
		-webkit-order: 2;
	}

	.solucionesImgv { max-width: 570px; max-height: 361px; }

	.imgSolucion img { max-width: 461px; height: 363px;}

	.imgCurso img { max-width: 461px; height: 363px;}

	.portPagina { margin-left: 52px; margin-right: 25px; }

	.portCentrado { width: 650px; }

	.solucionesVid iframe {
		width:  560px;
		height: 315px;
	}
}
/*Menu ----------------------------------------------------------------*/
@media screen and (max-width: 570px) {
	.mision_texto { width: 380px; }

	.parrafo30 { font-size: 25px; }

	.solucionesTexto { width: 470px; }

	.appsTexto { width: 470px; }

	.paginasTexto { width: 470px; }

	.grisPaginas { width: 470px; }

	.paginasTexto2 { width: 470px; }

	.realTitulo {
		width: 470px;
		font-size: 30px;
		height: 55px;
	}

	.realTexto { width: 470px; }

	.imgReal { max-width: 470px; max-height: 256px; }

	.clienteListado { max-width: 470px; }

	.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 { border: none; }

	.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 { border-bottom: 1px solid #CCCCCC; }

	.solucionesImgv { max-width: 470px; max-height: 298px; }

	.portPagina { margin-left: 16px; margin-right: 15px; }

	.portCentrado { width: 520px; }

	.beneficiosTitulo { font-size: 35px; }
}

@media screen and (max-width: 470px) {
	.divLogo img { margin-top: 0px; }

	.creasy { font-size: 40px; }

	.parrafo30 { font-size: 25px; }

	.parrafo20 { font-size: 14px; }

	.mision_texto { width: 280px; }

	.imgMision { max-width: 420px; }

	.imgMision img { max-width: 400px; max-height: 331px; }

	.solucionesTexto { width: 400px; }

	.appsTexto { width: 400px; }

	.paginasTexto { width: 360px; }

	.grisPaginas { width: 360px; }

	.paginasTexto2 { width: 360px; }

	.realTitulo { width: 390px; }

	.realTexto { width: 360px; }

	.imgReal { max-width: 300px; max-height: 163px; }

	.realDetalle { width: 300px;}

	.contactoMapa { height: 350px; }

	.solucionesImgv { max-width: 390px; max-height: 247px; }

	.imgSolucion { max-width: 400px; height: 314px; }

	.imgSolucion img { max-width: 400px; height: 314px; }

	.imgCurso { max-width: 400px; height: 314px; }

	.imgCurso img { max-width: 400px; height: 314px; }

	.contactoText { width: 390px; }

	.contactoDatos { min-height: 650px; height: auto; }

	.contactoCampos {
		width: 395px;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.contactoMensaje input { width: 345px; }

	.contactoMensaje textarea { width: 345px; }

	.footerMenu {
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		/*-webkit-flex-flow: column wrap;
		flex-flow: column wrap;*/
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.ulSubf {
		position: relative;
		text-align: center;
		height: 50px;
    	padding-top: 15px;
	}

	.ulSubf li { height: 25px; }

	.fMenu {
		margin-right: 0px;
		margin-bottom: 10px;
		display: none;
	}

	.portContainer {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.portCentrado{
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
		width: 400px;
	}

	.portPagina { margin-left: 0px; margin-right: 0px; }

	.solucionesVid { /*height: 300px;*/ }

	.solucionesVid iframe {
		width:  400px;
		height: 225px;
	}

	.beneficiosTitulo { font-size: 30px; }

	.fazul { width: 100%; text-align: center; }

	.cursosImagen {	max-width: 100%;}
}



@media screen and (max-width: 376px) {
	.imgMision img { max-width: 300px; max-height: 248px; }

	.imgMision { max-width: 300px; max-height: 248px; }

	.imgSolucion { max-width: 298px; max-height: 236px; }

	.imgSolucion img { max-width: 298px; max-height: 236px; }

	.imgCurso { max-width: 298px; max-height: 236px; }

	.imgCurso img { max-width: 298px; max-height: 236px; }

	.imagen1{width:60px !important; height:60px !important;}
	.imagen2{width:60px !important; height:60px !important;left: 123px;}
	.imagen3{width:60px !important; height:60px !important;left: 194px;}
	.fecha1{left: 55px;}
	.fecha2{top: 100px;left: 45px;}


	.solucionesTexto { width: 360px; }

	.appsTexto { width: 360px; }

	.realTitulo {
		width: 300px;
		font-size: 23px;
		height: 40px;
	}

	.contactoMensaje input { width: 300px; }

	.contactoMensaje textarea { width: 300px; }

	.solucionesVid { /*height: 250px;*/ }

	.solucionesVid iframe {
		width:  290px;
		height: 163px;
	}

	.beneficiosTitulo {
		font-size: 24px;
		width: 300px;
	}

	.portCentrado { width: 300px; }

	.contactoText { width: 300px; }

	.contactoCampos { width: 330px; }

	.divCont{height: 15px;}

}


@media screen and (max-width: 360px) {
	.telefono { font-size: 15px; }

	.divLogo img { max-width: 300px; max-height: 60px; }

	.lineaBlanca { display: none; }

	.nosotros {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		min-height: 300px;
	}

	.creasy { margin-top: 13px; font-size: 35px; }

	.mision {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}

	.vision {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		justify-content: center;
		-webkit-justify-content: center;
		align-items: center;
		-webkit-align-items: center;
	}

	.imagen_mv { margin-right: 0px; }

	.mision_texto {
		width: 240px;
		font-size: 16px;
		text-align: center;
	}

	.imgEspacio { margin-right: 10px; }

	.parrafo30 { font-size: 17px; }

	.solucionesTitulo {
		width: 270px;
		font-size: 35px;
		height: 48px;
	}

	.textSolucion { font-size: 15px; height: 42px; }

	.solucionesTexto { width: 290px; font-size: 16px; }

	.appsTitulo {
		font-size: 35px;
		height: 45px;
		width: 145px;
	}

	.appsTexto { width: 290px; font-size: 16px; }

	.appAzul { font-size: 22px !important; }

	.paginasTexto { width: 290px; font-size: 16px; }

	.grisPaginas { width: 290px; font-size: 20px; }

	.paginasTexto2 { width: 290px; font-size: 16px; }

	.icoContenedor { margin-right: 0px; }

	.icoPaginas {
		-webkit-flex-flow: column wrap;
		flex-flow: column wrap;
		align-items: center;
		-webkit-align-items: center;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.portaText { font-size: 17px; text-align: center; }

	.realTexto { width: 300px; font-size: 20px; }

	.real2 { width: 290px; text-align: center; }

	.clienteTitulo { font-size: 35px; }

	.cursoTitulo {font-size: 23px; }

	.cl1, .cl2, .cl3, .cl4, .cl5, .cl6, .cl7, .cl8, .cl9, .cl10, .cl11 { border: none; }

	.contactoTitulo { font-size: 35px; }

	.contactoText { width: 270px; font-size: 15px; }

	.contactoCampos {
		width: 270px;
		justify-content: center;
		-webkit-justify-content: center;
	}

	.contactoMensaje input { width: 270px; }

	.contactoMensaje textarea { width: 270px; }

	.solucionesImgv { max-width: 300px; max-height: 190px; }
	.divCont{height: 15px;}
}

@media screen and (max-height: 380px) {
	.listaMenu { font-size: 12px; }

	.liMenu { height: 20px; padding-top: 6px; }
	.divCont{height: 15px;}
}

@media screen and (max-height:414px) {
	.listaMenu { font-size: 12px; }

	.liMenu { height: 20px; padding-top: 6px; }
	.divCont{height: 15px;}
}