@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Conv_ArchivoBlack-Regular';
  src: url('../fonts/ArchivoBlack-Regular.eot');
  src: local('☺'), url('../fonts/ArchivoBlack-Regular.woff') format('woff'), url('../fonts/ArchivoBlack-Regular.ttf') format('truetype'), url('../fonts/ArchivoBlack-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{
  background: #f7f7f7;
  font-family: sans-serif;
}
p{
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 6px;
  font-size: 12px;
  text-align: justify;
}
#global-wrap{
  width: 930px;
  padding: 10px 15px;
  margin: 0 auto;
}
#site-wrap{
  padding: 15px 0;
  position: relative;
}
#logo {
  float: left;
  padding-top: 12px;
  width: 268px;
  position: relative;
}
#logo img{
  width: 100%;
  height: auto;
}
#logo .nombreSucursal {
  border-top: thin solid #cdcdcd;
  bottom: -37px;
  color: #fe7005;
  font-family: "aaarghnormal",sans-serif;
  font-size: 14px;
  left: 0;
  margin: 0 32px;
  padding-top: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.headerInfo {
  float: right;
  margin: 6px 0 56px;
}
.headerInfo span img {
  height: auto;
  width: 100%;
}
.headerInfo a {
  color: #a74801;
  text-decoration: none;
}
.headerInfo p {
  color: #666;
  text-align: right;
}
.headerInfo .mail-icon, .headerInfo .tel-icon {
  display: block;
  float: right;
  padding-left: 8px;
  width: 15px;
}
/* MENU INSTITUCIONAL */
#menu-inst {
  height: 50px;
  list-style: outside none none;
  position: absolute;
  right: 10px;
  top: -45px;
}
#menu-inst li {
  background: none repeat scroll 0 0 #f36d3d;
  float: left;
  margin-right: 4px;
  padding: 0 10px;
  position: relative;
  transform: skewX(-35deg);
  transition: all 300ms ease-out 0s;
}
#menu-inst a {
  color: #fff;
  display: block;
  float: left;
  font-family: "aaarghnormal",sans-serif;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  transform: skewX(35deg);
  font-size: 15px;
}
#menu-inst li:hover {
  background: none repeat scroll 0 0 #ffa200;
}
#menu-inst li span {
  background-color: #f04230;
  bottom: 0;
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
}
/*#menu-inst .btn1{width:85px;}
#menu-inst .btn1:hover < #menu-inst{
  background-position: 0 -50px;
}
#menu-inst .btn2{width:79px;}
#menu-inst .btn3{width:114px;}
#menu-inst .btn4{width:136px;}
#menu-inst .btn5{width:120px;}
#menu-inst .btn6{width:92px;}*/
/* FIN MENU INSTITUCIONAL */

/* MENU SERVICIOS */
#menu-servicios {
  list-style: outside none none;
  margin: 1px -19px 10px 0;
}
#menu-servicios a {
  background: none repeat scroll 0 0 #F04230;
  border-bottom: thin solid #eee;
  color: #fefefe;
  display: block;
  font-family: 'aaarghnormal', sans-serif;
  line-height: 42px;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-decoration: none;
  transition: all 300ms ease-out;
}
#menu-servicios a.last{border-bottom: none;}
#menu-servicios a::after {
  background: none repeat scroll 0 0 #F36D3D;
  content: "";
  display: block;
  height: 67px;
  position: absolute;
  right: -16px;
  top: 5px;
  transform: rotate(45deg);
  width: 56px;
  z-index: 1;
  transition: all 300ms ease-out;
}
/*.cursos{background:url(../images/menu-cursos.jpg);}
.company{background:url(../images/menu-incompany.jpg);}
.estudiantes{background:url(../images/menu-estudiantes.jpg);}
.sucursales{background:url(../images/menu-sucursales.jpg);}
.inscripciones{background:url(../images/menu-inscripciones.jpg);}
.noticias{background:url(../images/menu-noticias.jpg);}
.comentarios{background:url(../images/menu-comentarios.jpg);}*/
#menu-servicios a:hover{
  background-color: #ffa200;
  padding-left: 35px;
}
#menu-servicios a:hover:after{
  height:200px;
  width: 200px;
  right: -80px;
}

#header{
  position: relative;
  background: url("../images/bg-alpha.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: thin solid #CCCCCC;
  padding: 15px;
  padding-bottom: 8px;
  clear: both;
}

.welcomeTxt{
  float:left;
  width: 288px;
}
.welcomeTxt h3{
  font-size: 22px;
  font-weight: normal;
  font-family: 'aaarghnormal', sans-serif;
  color: #F36D3D;
  margin-bottom: 8px;
}
.welcomeTxt img{
  margin-bottom: 10px;
}

#slider-wrap {
  border: thin solid #CCC;
  height: 304px;
  float: right;
  width: 590px;
}
#main-content{
  float: left;
  width: 600px;
}
.titulo-block {
  background: none repeat scroll 0 0 #F04230;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  transform: skewX(-35deg);
  width: 66%;
  position: relative;
}
.titulo-block h1 {
  color: #fff;
  font-family: "aaarghnormal",sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 38px;
  padding-bottom: 4px;
  position: relative;
  text-align: center;
  transform: skewX(35deg) !important;
}
.titulo-block span{
  position: absolute;
  height: 6px;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #F36D3D;
}
#col-news {
  background-color: #fff;
  border: thin solid #ccc;
  border-radius: 0 0 8px 8px;
  margin-bottom: 36px;
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
  min-height: 344px;
}
#header-news {
  background: none repeat scroll 0 0 #F04230;
  border-bottom: 7px solid #F36D3D;
  color: #fff;
  font-family: 'aaarghnormal', sans-serif;
  font-size: 21px;
  font-weight: normal;
  line-height: 45px;
  text-align: center;
  margin: 0;
}
#col-news .articulo{
  border-bottom: solid thin #999;
  margin: 0 10px;
  padding: 10px 8px 28px;
}
#col-news .articulo:hover{
  background-color: #f3f3f3;
}
#col-news p{
  text-align: left;
}
#col-news .titulo-news{
  font-weight: bold;
  color: #aa4a01;
  font-size: 14px;
}
#col-news .fecha{
  color: #fe7005;
  float: left;
}
#col-news .leer-mas{
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fe7005;
  text-decoration: none;
  float: right;
}
#col-news .allNewsBtn {
  background: none repeat scroll 0 0 #f36d3d;
  border-radius: 6px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-family: "aaarghnormal",sans-serif;
  line-height: 37px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-out 0s;
  width: 100%;
}
#col-news .allNewsBtn span{
  position: relative;
  top: 2px;
  font-size: 18px;
}
#col-news .allNewsBtn:hover{
  background-color: #F04230;
}
#destaques-home {
  padding-bottom: 20px;
}
#destaques-home .articulo{
  width: 280px;
  float: left;
  position: relative;
}
#destaques-home .articulo2{
  float:right !important;
}
#destaques-home img{
  display: block;
  margin: 0 auto;
}
#destaques-home .info-wrap{
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: url(../images/bg-destaque.jpg) no-repeat 158px 156px #FFF;
  border: solid thin #ccc;
  padding: 8px;
  height: 270px;
}
#destaques-home .info-wrap > p{
  color:#a04501;
}
#destaques-home ul{
  list-style-image:url(../images/bullet.png);
  margin-left: 17px;
}
#destaques-home .btn-leer-mas{
  position: absolute;
  bottom: -16px;
  right: 16px;
}
.btn-leer-mas{
  width: 97px;
  height: 36px;
}
.btn-leer-mas a {
  background: none repeat scroll 0 0 #F04230;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: "arial",sans-serif;
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.btn-leer-mas a:hover{
  background-color: #FFA200;
}
.btn-leer-mas a span{
  font-size: 18px;
  position: relative;
  top: 2px;
}
#destaque-nivel2{
  background: url("../images/bg-alpha.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: thin solid #CCCCCC;
  padding: 15px;
  position: relative;
  margin-top: 68px;
}
#destaque-nivel2 .tituloFotosVideo{
  position: absolute;
  top: -38px;
  left: 40px;
}
#destaque-nivel2 .titulo-block {
  width: auto;
  position: absolute;
  padding:  0 15px;
  top: -43px;
  left: 32px;
}
ul.bigTarget{
  list-style: none;
}
.lastAlbum{
  margin-right: 0 !important;
}
.articuloAlbum{
  float: left;
  margin-right: 30px;
}
.articuloAlbum:hover{
  cursor: pointer;
}
.articuloAlbum .titulo{
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
  text-decoration: none;
  font-size: 12px;
}
.articuloAlbum .detalles{
  color: #fe7005;
  font-size: 10px;
}
.articuloAlbum .thmbWrap{
  background: url(../images/bgAlbum.png);
  width: 169px;
  height: 143px;
}
.articuloAlbum .thmbWrap img{
  margin: 6px 0 0 2px;
  box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.4);
}
#menu-bottom{
  background-color: #F04230;
  border-left: thin solid #CCCCCC;
  border-right: thin solid #CCCCCC;
  color: #FFFFFF;
  padding: 7px 0 2px;
  border-radius: 6px 6px 0 0;
}
#menu-bottom p{
  text-align: center;
  text-transform: uppercase;
}
#menu-bottom p a{
  color: #fff;
  text-decoration: none;
  font-family: 'aaarghnormal', sans-serif;
}
#footer{
  background: #F36D3D;
  height: 130px;
  position: relative;
  border: solid thin #ccc;
  border-top: none;
  border-radius: 0 0 6px 6px;
}
#footer p{
  color: #FFF;
  text-align: left;
}
#direccion{
  background: url(../images/iso-footer.png) no-repeat left center;
  padding-left: 70px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.titulo-seccion {
  background: url("../images/borde-3d-h.jpg") repeat-x scroll left bottom rgba(0, 0, 0, 0);
  height: 44px;
  margin: 0 0 22px;
  padding: 10px 5px 0;
  position: relative;
}
.titulo-seccion .titulo-block {
  left: 30px;
  padding: 0 25px;
  position: absolute;
  width: auto;
}
.titulo-curso{
  font-weight: bold;
  color: #000;
  margin-bottom: 2px;
}
.detalles{
  color: #666;
  line-height: normal !important;
}
.detalles strong{
  font-weight: normal;
  color: #fe7005;
}
.clear{
  clear: both;
}
#sliderPromos p{
  padding: 0 15px;
}
#sliderPromos .tituloPromo{
  color: #FE7005;
  font-size: 14px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
#sliderPromos .infotxt{
  margin-top: 4px;
}
#sliderPromos li{
  position: relative;
}
#sliderPromos .btn-leer-mas{
  bottom: 5px;
}
#sliderPromos img{border: solid thin #ccc;}


.info-seccion p, .info-seccion div{
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 6px;
  font-size: 12px;
  text-align: justify;
}

.black{ color:#000 !important}
#col-news .noresults{ margin:15px 0px 0px 15px} 
.info-seccion .noresults{ margin:10px 0px 20px 10px; font-size:1em}

.campusvirtual{
  background: #fd8124;
  border: thin solid #a44701;
  border-radius: 4px;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.6);
  color:#fff;
  display: inline-block;
  font-family: arial;
  padding: 8px 12px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #a44701;
  position: absolute;
  top: 10px;
  right: -16px;
}
.campusvirtual:hover{
  background: #e06407;
}



/* FORM CONTACTO - INCLUDE */
.formWrap{
  float: none !important;
  background-color: #fff;
  border: thin solid #ccc;
  border-radius: 0 0 8px 8px;
  margin: 0 0 15px;
  padding: 17px 17px 4px;
}
.formWrap #header-contacto{
  background: #F04230;
  height:10px;
  margin: -17px -17px 5px;
}
.formWrap label{
  color: #999999;
  display: block;
  float: left;
  font-family: arial;
  font-size: 14px;
  margin-top: 7px;
  min-width: 120px;
}
.formWrap .FormSub{
  height:6px;
  background: #ead3bb;
}
.formWrap .txtForm{
  padding: 0px 0px 14px 0px;
  border-left: solid thin #999;
  border-bottom: solid thin #999;
}
.formWrap input[type='text'], .formWrap input[type='email'], .formWrap input[type='number']{
  background-color: #F3F3F3;
  border: thin solid #FF6D00;
  height: 22px;
  margin: 0;
  width: 100%;
}
.formWrap input::-webkit-outer-spin-button,
.formWrap input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.formWrap .select_pro select{
  margin: 0;
}
.formWrap textarea{
  background-color: #f3f3f3;
  border: solid thin #FF6D00;
  width: 240px;
  height: 82px;
  margin: 10px 0;
}
.formWrap .submit{
  text-align: right;
}
.formWrap input[type='submit']{
  margin: 4px 0 8px 0;
}
.formWrap span.error{
  color: red;
  display: block;
  text-align: right;
  font-family: arial;
  font-size: 12px;
}
.formWrap .field{
  position: relative;
}
.formWrap .spinbox-hide {
  background: #f3f3f3;
  height: 20px;
  position: absolute;
  right: -2px;
  top: 28px;
  width: 20px;
}

.img-wrap {
  float: left;
  margin-right: 10px;
  width: 75px;
}
.img-wrap img{
  max-width: 100%;
  height: auto;
}
