body,html{
  height:100%;
  padding: 0;  
  font-family:"OpenSans-Regular";
  padding-top: 32px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?dq4vc7');
  src:  url('../fonts/icomoon.eot?dq4vc7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?dq4vc7') format('truetype'),
    url('../fonts/icomoon.woff?dq4vc7') format('woff'),
    url('../fonts/icomoon.svg?dq4vc7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
fieldset{
    padding: .35em .625em 0.75em;
    border: 1px solid #f0cc37;
    margin-bottom: 50px;
}

legend{
    width: 26%;
    border: 1px solid #f0cc37;
}

/*.icon-teamwork:before {
  content: "\e900";
}*/
.icon-teamwork2{
    display: inline-block;
    width: 70px;
    height: 50px;
    background: url(../images/teamwork_opt.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
        background-position: center;
        background-size: cover;
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
  /*font-size: 100px;*/
  font-style: normal;
  margin-left: 20px;
}
.flaticon-cereals:before { content: "\f100"; }
.flaticon-family-room:before { content: "\f101"; }
.flaticon-paper-plane:before { content: "\f102"; }
.flaticon-student-reading:before { content: "\f103"; }
@font-face{
    font-family: "OpenSans-Bold";
    src: url('../fonts/OpenSans-Bold.ttf'); /* IE9 */
}
@font-face{
    font-family: "OpenSans-ExtraBold";
    src: url('../fonts/OpenSans-ExtraBold.ttf'); /* IE9 rgb(240, 242, 245);*/
}
@font-face{
    font-family: "OpenSans-Regular";
    src: url('../fonts/OpenSans-Regular.ttf'); /* IE9 */
}
@font-face{
    font-family: "OpenSans-Light";
    src: url('../fonts/OpenSans-Light.ttf'); /* IE9 rgb(240, 242, 245);*/
}



/*iconos modulo 1*/

@font-face {
  font-family: 'icomoon2';
  src:  url('../fonts/icomoon5.eot?dxz17z');
  src:  url('../fonts/icomoon5.eot?dxz17z#iefix') format('embedded-opentype'),
    url('../fonts/icomoon5.ttf?dxz17z') format('truetype'),
    url('../fonts/icomoon5.woff?dxz17z') format('woff'),
    url('../fonts/icomoon5.svg?dxz17z#icomoon3') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-I-01:before {
  content: "\e900";
}
.icon2-I-02:before {
  content: "\e901";
}
.icon2-I-03:before {
  content: "\e902";
}
.icon2-I-04:before {
  content: "\e903";
}
.icon2-I-05:before {
  content: "\e904";
}
.icon2-I-06:before {
  content: "\e905";
}
.icon2-I-07:before {
  content: "\e906";
}
.icon2-I-08:before {
  content: "\e907";
}
.icon2-I-09:before {
  content: "\e908";
}
.icon2-I-10:before {
  content: "\e909";
}
.icon2-I-11:before {
  content: "\e90a";
}
.icon2-I-12:before {
  content: "\eae2";
}
#mynetwork {
  width: 100%;
  height: 800px;
  border: 1px solid lightgray;
}

/* loading modal */
.modal-carga {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;   
}

body.loading .modal-carga {
    display: block;
}

/* fin loading modal */

textarea {
    min-height: 100px;
    resize: none;
}

/* Bootstrap style */
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f2f5f8;
}

.font120{
  font-size: 120px;
}
.contenedor{
  min-height: 100%;
}
.centro{
  text-align: center;
}
.justificado{
  padding-top: 10px;
  text-align: justify;
}
.ovf-auto{
  overflow: auto;
}
.titulom6{
  font-size: 20px;
}
.circulo{
  height: 100px;
  width: 100px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: #7e8287;
  background-color: #f2f5f8;
  color: #7e8287;
  font-size: 50px;
  padding-top: 10px;
  margin: 0 auto;
  margin-top: 50px;
  border: 3px solid #7e8287;
}
.wrapperd {
    min-height: 100%;
    position: relative;
}
.tdcenter{
  text-align: center; 
  vertical-align: middle;
}
.footerd {    
    width: auto;
    height: 75px;
    margin-top: 1px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.textflotante {
    height: 100%;
    font-family: "OpenSans-Light";
    position: absolute;        
    top: 50px;
    width: 50%;
}
.textflotante2 {
    height: 100%;
    font-family: "OpenSans-Light";
    position: absolute;
    left: 25%;
    text-align: left;
    top: 690px;
    width: 250px;
}
.textflotante3 {
    height: 100%;
    font-family: "OpenSans-Light";
    position: absolute;
    right: 25%;
    text-align: left;
    top: 690px;
    width: 250px;
}
.btnverdeizq{
  font-size: 20px;
  width: 250px;
  border: 3px solid #fff;
  background-color: #99BA3E;
}
.icono{
  width: 14px;
}
.btnverde{
  font-size: 20px;
  width: 250px;
  border: 3px solid #fff;
  background-color: #99BA3E;
}
.fotteer{
  overflow: auto;
  background-image: url(../images/deceroasiempre/footer.png);
  width: 100%;
  height: 253px;
  background-repeat:no-repeat !important;
  background-size:cover;
  background-position: 50% 0;
}
.ovf-hidden{
  overflow: hidden;
}
.container4{
  font-size: 100px;
  color:#0095c1;
  padding-top: 40px;
}
.integrantes{
  padding-left: 20px;
}
.integrantes .tamano3{
  height: auto;
  padding: 10px 0;
}
.inputs_filtro{
  margin-top: 30px;
  margin-bottom: 70px;
}
.pad-right-1{
  padding-right: 35px;
}
.rd15{
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.rd15-der-top{
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
}
.rd15-izq-top{
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
}
.rd15-der-bot{
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}
.rd15-izq-bot{
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
}
.azul{
  background-color: #0c5fa6;
  /*border-radius: 15px 0px 0px 15px;*/
}
.azulOscuro{
  background-color: #004780;
}
.azulclaro{
  background-color: #f2f5f8;  
}
.grisOscuro{
  background-color: #EDF1FA;
}
.azulindex{
  background-color: #bbe5f9;
}
.cabecera{
  position: absolute;
  top:0;
  height: 200px;
  width: 100%;  
}
.cabecera2{
  background-color: #ffffff;
  border-color: #ffffff;
  /*height: 75px;*/
  width: 100%;
  /*border-bottom: 3px #ffffff solid;*/
}
.derechanav{
  border-bottom: 2px solid #0c5fac;
  height: 70px;
}
.menu{
  color: #f2d42f;
  font-weight: bold;
  margin-top: 10px;
}

/*Exportar a pdf*/
.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node {
  font: 15px sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

/* Slide */

.slide{
  padding-top: 0px;
  margin-top: -15px;
  background-image: url(../images/deceroasiempre/HOME-IMAGEN-2.png);
  background-repeat:no-repeat;
  background-size:cover;
  background-position: 50% 0;
}
.carousel{
    /*margin-top: 11px;*/
    position: static;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
  margin-left: -45px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
  margin-right: -45px;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-inner {
    height: 100%;
}
.item{
    /*text-align: center;*/
    height: 730px !important;
    margin-bottom: 10px;
}

.linea{
   border-left:1px solid #5D90C3;
}
.linea2{
   border-bottom:1px solid #5D90C3;
}
.txtingresa{
	color: #ffffff;
  font-family: "OpenSans-Light";
	font-weight: bold;
	font-size: 18px;
  padding-top: 10px;
}
hr { 
  background-color: #5D90C3;
  height: 1px;
  width: 100%;
}
.hrlinea{
  background-color: #5D90C3;
  height: 1px;
  width: 100%
}
.imagen{
  width: 100%;
  height: 500px;
}
.modulo4titulo{
  /*color: #f5cb37;*/
  font-size: 1.1em;
}
.divretos{
  background-color: #fff;
  color: #06477f;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 10px 0px 0px 10px;
  letter-spacing: -1px;
}

.divpoten{
  background-color: #fff;
  color: #fecc2f;
  font-size: 25px;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 0px 10px 10px 0px;
  letter-spacing: -1px;
}

.md4azul{
  color: #045FA7;
  font-size: 1.1em;
  padding-top: 5px;
}
.bordederazul{
  border-right: 1px solid #bfbfbf;
}
.bordederazul2{
  border-left: 1px solid #bfbfbf;
}
.iconosmd4{
  font-size: 60px;
}
.iconombre{
  font-size: 11px;
}
.btnreto{
  background-color: #e2671f;
  border-radius: 10px 0 0 10px;
  margin-left: -3%;
  width: 106%;
  color: #fff;
}
.btnpoten{
  background-color: #0d9701;
  border-radius: 0px 10px 10px 0px;
  margin-left: -3%;
  width: 106%;
  color: #fff;
}
.btnreto2{
  background-color: #fecc2f;
  border-radius: 10px 0 0 10px;
  margin-left: -3%;
  width: 106%;
}
.btnpoten2{
  background-color: #06477f;
  border-radius: 0px 10px 10px 0px;
  margin-left: -3%;
  width: 106%;
}
.cuadrado1{
  width:70px;
  height:70px;
  background:#76adff;
  margin: 0 auto;
  border-radius: 7px;
}
.cuadrado2{
  width:70px;
  height:70px;
  background:#f0df49;
  margin: 0 auto;
  border-radius: 7px;
}
.cuadrado3{
  width:70px;
  height:70px;
  background:#fd7527;
  margin: 0 auto;
  border-radius: 7px;
}
.cuadrado4{
  width:70px;
  height:70px;
  background:#7dc95c;
  margin: 0 auto;
  border-radius: 7px;
}
.cuadrado5{
  width:70px;
  height:70px;
  background:#b854ea;
  margin: 0 auto;
  border-radius: 7px;
}
.cuadrado1h{
  width:70px;
  height:70px;
  background:#76adff;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}
.cuadrado2h{
  width:70px;
  height:70px;
  background:#f0df49;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}
.cuadrado3h{
  width:70px;
  height:70px;
  background:#fd7527;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}
.cuadrado4h{
  width:70px;
  height:70px;
  background:#7dc95c;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}
.cuadrado5h{
  width:70px;
  height:70px;
  background:#b854ea;
  margin: 0 auto;
  border-radius: 7px;
  cursor: pointer;
}
.activo{
  border: 5px solid #f7cb32;
}
.cuadromodal1{
  border-radius: 5px;
  margin-bottom: 2px;
  background: #76adff none repeat scroll 0 0;
  margin-right: 10px;
  margin-left: 10px;
}
.cuadromodal2{
  border-radius: 5px;
  margin-bottom: 2px;
  background: #f0df49 none repeat scroll 0 0;
  margin-right: 10px;
  margin-left: 10px;
}
.cuadromodal3{
  border-radius: 5px;
  margin-bottom: 2px;
  background: #fd7527 none repeat scroll 0 0;
  margin-right: 10px;
  margin-left: 10px;
}
.cuadromodal4{
  border-radius: 5px;
  margin-bottom: 2px;
  background: #7dc95c none repeat scroll 0 0;
  margin-right: 10px;
  margin-left: 10px;
}
.cuadromodal5{
  border-radius: 5px;
  margin-bottom: 2px;
  background: #b854ea none repeat scroll 0 0;
  margin-right: 10px;
  margin-left: 10px;
}
.cuadro{
  background: #FEEDDC none repeat scroll 0 0;
  border-radius: 10px;
  color: #676767;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadro:hover{
  background: #b27e5e  none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadro2{
  background: #ECFAD6 none repeat scroll 0 0;
  border-radius: 10px;
  color: #676767;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadro2:hover{
  background: #6c9f67 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfig{
  background: #FC8202 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.cuadroconfig:hover {
  background: #a04e1e none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfig2{
  background: #0d9701 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfig2:hover{
  background: #0f7606 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroAE{
  background: #fff none repeat scroll 0 0;
  border-radius: 10px;
  color: #000;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-color: #000;
}
.cuadroI{
  background: #2882e0 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfigA{
  background: #7c7c7c none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-color: #000;
}
.cuadroRC{
  background: #FEEDDC none repeat scroll 0 0;
  border-radius: 10px;
  color: #676767;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroRC:hover{
  background: #b27e5e  none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfigR{
  background: #FC8202 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfigR:hover {
  background: #a04e1e none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #0c5fa6;
    border-color: #0c5fa6;
    margin-bottom: 5px;
}
.cuadroPC{
  background: #ECFAD6 none repeat scroll 0 0;
  border-radius: 10px;
  color: #676767;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroPC:hover{
  background: #6c9f67 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfigP{
  background: #0d9701 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.cuadroconfigP:hover{
  background: #0f7606 none repeat scroll 0 0;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  height: auto;
  margin: 25px auto 0;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.titulomodal{
  color:#11426f;
  font-size: 16px;
  padding-bottom: 15px;
}

.radio1{ display: none; }
 
.radio1 + label span{
    display: inline-block;
    width: 100px;
    height: 70px;
    background: url(../images/teamwork_opt.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
 
.radio1:checked + label span{
    background: url(../images/teamwork2_opt.png);
}
.radio2{ display: none; }
 
.radio2 + label span{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/family-room_opt.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
 
.radio2:checked + label span{
    background: url(../images/family-room_opt2.png);
}
.radio3{ display: none; }
 
.radio3 + label span{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/cereals_opt.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
 
.radio3:checked + label span{
    background: url(../images/cereals_opt2.png);
}
.radio4{ display: none; }
 
.radio4 + label span{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/educacion_inicial_negro.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
 
.radio4:checked + label span{
    background: url(../images/educacion_inicial_amarillo.png);
}
.radio5{ display: none; }
 
.radio5 + label span{
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/paper-plane_opt.png);
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor:pointer;
}
 
.radio5:checked + label span{
    background: url(../images/paper-plane_opt2.png);
}

.div_atenciones{
  display: none; 
  padding-top: 20px; 
  height: 300px; 
  overflow: scroll;
}
.div_scroll{
  height: 300px; 
  overflow: scroll;
  padding-right: 10px;
  width: 48%;
}
.btn_submodulo{
  font-size: 16px;
  font-weight: bold;
  height: 80px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 14px 0;
}
.estado{
  font-size: 12px;
}
/*.titleingresa{
  font-size: 30px;
  letter-spacing: 1pt;
  font-family: "OpenSans-ExtraBold";
  color: #0d3966;
  padding-bottom: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.labelingresa{
  font-size: 20px;
  font-family: "OpenSans-Light";
  color: #58595b;
  margin-bottom: 20px;
  font-weight: bold;
}

.labelingresa2{
  color: #58595b;
  font-family: "OpenSans-Light";
  margin-bottom: 10px;
  font-weight: bold;
}

.inputingresa{
  padding: 4px 4px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #7e8287;
  font-size: 26px;
  width: 70%;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.inputingresa2{
  margin-bottom: 5px;
  width: 200px;
  color: #0d3966;
  background-color: #f2d42f;
  font-size: 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.inputingresa3{
  margin-bottom: 20px;
  width: 160px;
  color: #0d3966;
  background-color: #f2d42f;
  font-size: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}*/
.nombre-lider{
  font-weight: bold;
  text-shadow: -1px 0px 1px rgba(150, 150, 150, 1);
}
.tamano11{
  height: 530px;
  padding-top: 21%;
}
.tamano{
  height: 50px;
}
.tamano1{
  height: 10px;
}
.tamano10{
  height: 495px;
}
.tamano2{
  height: 170px;
}
.blanco{
  background-color: #fff;
}
.tamano3{
  height: 50px;
}
.tamano4{
  height: 730px;
}
.tamano6{
  height: 620px;
}
.tamano7{
  height: 563px;
}
.tamano9{
  height: 590px;
}
.tamano8{
  height: 750px;
}
.tamano5{
  margin-left: -13px;
  margin-right: 103.5%;
}
.txtadmin{
  padding-top: 20px;
  color: #f2f5f8;
}
.txtlider{
  padding-top: 20px;
  color: #f0cc37;
}
.txtlider1{
  padding-top: 47px;
  color: #7a7c81;
  text-transform: uppercase;
}
.txtlider2{
  border-left: 2px solid #EDF1FA;
  padding: 30px 0;
  text-align: center;
}
.margen{
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 50px;
}
.margen2{
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 80px;  
  margin-bottom: 50px;
  border: 1px solid #2882e0;
}
.fs-1vw{
  font-size: 0.7vw;
}
.fs-15vw{
  font-size: 1.5vw;
}
.pad-1em{
  padding: 1em;
}
.pad-1em-bot-top{
  padding: 1em 0;
}
.pad-top{
  padding-top: 50px;
}
.pad6-top{
  padding-top: 6px;
}
.imagenfondo{
  height:80%;
  width: 80%;
}
/*.h700{
  height: 700px;  
}*/
.titulo{
  font-size: 25px;
  color: #2882be;  
}
.imagenfondo2{
  width: 100%;
}
.imagenfondo3{
  width: 105.6%;
  margin-left: -3%;
  margin-top: -50px;
}
.imagenfondo4{
  width: 105.6%;
  margin-left: -3%;
}
.divque{
  margin-top: 50px;
  margin-bottom: 20px;
}
.font-md{
  font-size: .9em;
}
.bold{
  font-weight: bold;
}
.margin-bot{
  margin-bottom: 1em;
}
.titleque{
  color: #0d3966;
  font-size: 42px;
  text-transform: uppercase;
}
.txtque2{
  color: #7e8287;
  font-size: 30px;
  font-family: "OpenSans-Light";
}
.txtgris{
  color: #7a7c81;
  font-size: 15px;
  font-family: "OpenSans-Light";
  /*padding-top: 6px;*/
}
.txtque{
  color: #7a7c81;
  font-size: 25px;
  font-family: "OpenSans-Light";
  margin-bottom: 50px;
}
.left{
  text-align: left;
}
.right{
  text-align: right;
}
.divexp{
  margin: 0 17%;
}
.titleexp{
  color: #0d3966;
  font-family: "OpenSans-Light";
  font-size: 35px;
  text-align: center;
  padding-top: 20px;
}
.colorblue{
  color: #0d3966;
}
.salir{
  cursor: pointer;
}
.row_preg_5{
  border-bottom: 2px solid #fff; 
  border-top: 2px solid #fff; 
  padding: 10px;
}
.bordered {
  border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
border: 0px solid #ffffff;
}
/*
.seguros{
  height: inherit;

}

.imgseguro{
  height: 100%;
  float: right;
}

.titlecobertura{
  color: #ffffff;
  font-family: "OpenSans-Light";
  font-size: 35px;
  text-align: center;
}

.titlecobertura:after {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    margin-left: -50px;
    background: #FA5858;
}
.txtservicio{
  color:  #ffffff;
  text-align: left;
  margin-bottom: 30px;
}
.imagen{
  width: 100%;
}
.imagenes{
  width: 100%;
  height: 305px;
}
.sinp{
  padding-right: 0px;
  padding-left: 0px;
}
*/
/*.menufooter{
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #0d3966;
}

.subtitle{
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.space{
    padding-left: 20px;
    padding-right: 20px;
    height: 155px;
}

.superior{
  border-bottom:1px solid #FA5858;
}

.derecha{
  border-right:1px solid #FA5858;
}*/

.numero{
  font-family: "OpenSans-Light";
  font-size: 26px;
}

.porque{
  margin-top: 50px;
  text-align: center;
}

.envio{
  padding-left: 8%;
  padding-right: 8%;
}

.divlista{
  padding-left: 2.5%;
  padding-right: 2.5%;
}

/*.carro{
  margin-bottom: 36px;
}*/

/*.titleporque{
  color: #0d3966;
}
*/
.txtporque{
  color: #7e8287;
  font-size: 20px;
  font-family: "OpenSans-Light";
}
.raya{
  border-left-width: 1px;
  border-left-color: #7e8287;
  border-left-style: solid;
}
.txtlista{
  text-align: left !important;
  font-family: "OpenSans-Light";
  color: #7e8287;
  font-size: 20px;
}
.btnactilizar{
  background-color: #2882e0;
  color: #ffffff;
  padding: 5px 30px;
  text-align: center;
}
.btnaswitch{
  background-color: #e4e4e4;
  color: #000000;
  padding: 5px 30px;
  text-align: center;
}
.headmodal{
  background-color: #2882e0;
  color: #ffffff;
  padding: 25px 30px;
  text-align: center;
}
.btnagregar{
  background-color: #7e8287;
  color: #ffffff;
  padding: 8px 30px;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
}
.btnsuscrip{
  background-color: #f2d42f;
  color: #0d3966;
  padding: 8px 30px;
  text-align: center;
}

.iconosocial{
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mostrar{
  visibility: visible;
  display: block;
}

.oculto{
  visibility: hidden;
  display: none;
  margin: 0px;
  text-align: center;
}

.nfeed{
  color: #e6212d;
  right: 18em;
}


.fondoazul{
  background-color: #d0e0ea;
   border-radius: 7px 7px 7px 7px;
}
.fondogris{
  background-color: #ececec;
  padding-left: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: absolute;
    top: 24%;
    left: 58.15%;
     border-radius: 7px 7px 7px 7px;
}
.encima{
  z-index: 100;
}
.titledatos{
  color: #0d3966;
  text-transform: uppercase;
  padding-left: 15px;
}
.divform{
  margin-top: 15px;
}
/*
.maspa{
  padding-right: 25px;
}

.divdatosve{
  margin-top: 20px;
  padding-top: 10px;  
}

.inputdatos{
  color: #BDBDBD;
  font-size: 12px;
}


.volver{
  float: left;
}

.btncontinuar{
  float: right;
  background-color: #0d3966;
  color: #ffffff;
}
.soattext{
  color:#ffffff;
  font-size: 50px;
}
.soattext2{
  color:#ffffff;
  font-size: 20px;
}
.btndatos{
  margin-top: 10px;
  margin-bottom: 20px;
}

.soat{
  width: 100%;
  margin-top: 30px;
}

.credito{
  float: left;
  color: #0d3966;
  font-size: 16px;
  margin-top: 30px;
}

.debito{
  float: right;
  color: #0d3966;
  font-size: 16px;
  margin-top: 30px;
}*/
.txtazul{
  color: #2b699a;
}
/*.grupo{
  color: #7a7c81;
  font-size: 17px;
  height: 50px;
  text-align: left;
}
.txtsoat{
  margin-top: 10px;
  color: #7C7C7C;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
}
*/
.link{
  color: #fff!important;
}

.left-pad{
  text-align: left;
  padding-left: 30px;
}

/* Header1 */

.smaller{
  height: 50px;
}

/* Header2  */
.navbar{
  border-bottom: none;
}

.navbar-default{
  background-color: #fff;
}

.navbar-brand{
  padding: 0;
  width: 100%;
  margin: 0!important;
}

.navbar-container{
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background: transparent;
}

.nav-left{
  height: auto;
  text-align: center;
  padding: 0;
}

.logo{  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  padding: .5em 0;  
}
.logofs{  
  height: 50px;
}
.logofi{  
  height: 30px;
}
.logofg{  
  height: 20px;
}

.nav-right{
  height: 50px;
  border-bottom: 2px solid #f2f5f8;
  padding: 0;
}

.navbar-toggle{
  width: 50px;
  height: 50px;
  margin: 20px 30px
}

.navbar-user{
  display: none;  
}

.navbar-nav{
  background-color: #0c5fa6;
  padding: 0;
  list-style: none;
  margin: 0;
  display: none;
}

.navbar-nav > li{
  background-color: #0c5fa6;
  margin: 0;
}

/* formulario de login y recuperar pass */

.container-login{
  padding: 0;
}

.container-login .form-content{
  margin-bottom: 100px;
}

.content-form{  
  border-radius: 15px;
  border: 1px solid #f2f5f8;
  height: 700px;
  overflow: hidden;
  margin-top: 100px;
  padding: 0;
}

.content-form .side-left{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
  height: 100%;
  padding: 0;
  text-align: center;
}

.side-left .top{
  height: 85%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
}

.content-form .side-left .top img{
  height: 100%;
}

.side-left .bot{
  height: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
}

.content-form .side-left .bot img{  
  width: 80%;
}

.content-form .side-right{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
  height: 100%;
  padding: 0;
  text-align: center;
  background-color: #f2f5f8;
}

.side-right .bienvenido-login{
  width: 70%;
  padding: 80px 0;
}

.side-right .input-group{
  width: 100%;
  padding: 10px 10%;
  text-align: center!important;
}

.side-right .btnactilizar{
  width: 50%;
  margin: 20px auto;
}

/* recuperar password */
.titulo-pass{
  padding-bottom: 1em;  
  display: block;
}

.pass-padding{
  padding-top: 230px!important;
}

.smaller{
  height: 50px;
}

.menu-abajo > ul{
  background-color: #0c5fa6;
  padding: 0;
  list-style: none;
}

.menu-abajo > ul > li{
  background-color: #0c5fa6;
  margin: 0;
  width: 100%;
  padding: 20px 0;
}

.menu-abajo > ul > li >a{
  background-color: #0c5fa6;
  margin: 0;
  text-decoration: none;
}


/*    Proyecto    */

.proyecto{
  padding: 0;
}

.proyecto .modulo-item{
  width: 100%;
  height: 300px;
  padding: 30px 0;
  text-align: center;
  position: relative;
}

.proyecto .modulo-item .tooltip-container{
  opacity: 0;
  position: relative;
  display: none;
  /*background-color: #0C5FA6;
  border-radius: 50%;
  */text-align: center;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  /*box-shadow: 1px 1px 5px 0 #a2958a;*/
}

.proyecto .modulo-item .tooltip-container .tooltip-content{
  color: black;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

/*.proyecto .modulo-item .tooltip-container:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #0C5FA6;
  position: absolute;
  top: 99%;
  left: 46%;
}*/

.proyecto .modulo-item .btn-modulo{
    border-radius: 50%;
    cursor: pointer;
    display: block;
    width: 200px;
    height: 200px;
    border: none;
    padding: 21px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #E8880C;
    margin: 0px auto;
    position: relative;
    font-size: 120px;
    box-shadow: 1px 1px 5px 0 #a2958a;
}

.proyecto .modulo-item .tooltip-footer{
  opacity: 0;
  width: 100%;
  padding: 5px;
  position: relative;
  font-size: .8em; 
  line-height: 18px;
  display: block;
}

.proyecto .modulo-item .progress{
  opacity: 0;  
  margin: 10px auto;
  width: 80%;  
}

.proyecto .modulo-item .progress .progress-bar{
  background-color: #0C5FA6;
}

/*    Modulo     */

.submodulo .row.bottom{
  margin-bottom: 100px;
}

.modulo .banner{
  padding: 20px;
}

.modulo .descripcion{
  margin: 25px 0;
  padding: 0px 10px;
}

.modulo .lista-submodulos{
  padding: 0;
  list-style: none;
}

/*    Submodulo     */
.submodulo .row.bottom{
  margin-bottom: 100px;
}
.submodulo .second-col > div{
  text-align: center;
}
.submodulo .input-group-addon{
  padding: 0;
  border: none;
}
.submodulo .banner{
  padding: 20px;
}
.submodulo .descripcion{
  margin: 50px 0;
  padding: 20px 10px;
}
.submodulo .input-group{
  padding: 30px;
}
.submodulo .btn-examen{
  min-width: 200px;
  background-color: #0c5fa6;
}


/*   cuadro de video   */
.submodulo .video-container{
  overflow: hidden;  
  border:1px solid #ccc;
  background-color: #eee;
  height: auto;  
}

.submodulo .video-frame{
  position: relative;
  background-color: #111;   
  height: 100%;
  padding: 0;
}

.submodulo .video-list{
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
}

.submodulo .video-list > div{  
  padding: 0;
  margin: 0;
  text-align: left;
}

.submodulo .video-item{
  border:1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  box-shadow: 1px 1px 5px 0 #a2958a;
  background-color: #F1F1F1;
  height: 200px;
  padding: 0;
}

.submodulo .video-item a{
  display: block;
  width: 100%;
  padding: 10px;
  cursor:pointer;
  height: 160px;    
}

.submodulo .video-item span{
  color: #777;
  display: block;
  font-size: 11px;  
  overflow: hidden;
  padding: 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  cursor: alias;
}

.submodulo .video-item img{
  width: 100%;
  height: 100%;
}

.submodulo .video-list .loading{
    position: absolute;
    top: 50%;
    color: #fff;    
    -webkit-animation: roll .7s infinite linear;
    -moz-animation: roll .7s infinite linear;
    -o-animation: roll .7s infinite linear;
    -animation: roll .7s infinite linear;
}

.submodulo .video-frame .loading{
    position: absolute;
    top: 50%;
    color: #fff;    
    -webkit-animation: roll .7s infinite linear;
    -moz-animation: roll .7s infinite linear;
    -o-animation: roll .7s infinite linear;
    -animation: roll .7s infinite linear;
}

@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.submodulo .video-frame video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.noembed-embed-inner{  
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.noembed-embed-inner iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*   fin cuadro de video   */


.submodulo .files-list{
  padding: 0;
  list-style: none;
  margin: 30px 0;
  overflow: auto;
  border-radius: 15px;
  border: 1px solid #ccc;
  text-align: center;
}

.submodulo .files-list .files-item{
  display: block; 
  padding: 0; 
}

.files-item > div{
  margin: 5px;  
  padding: 5px;
  border: 1px solid #ccc;  
  border-radius: 15px;
  box-shadow: 1px 1px 5px 0 #a2958a;
}

.submodulo .files-list .file-frame{
  padding: 10px;
  border-radius: 15px;
}

.submodulo .files-list .files-item .file-name{
    color: #777;
    display: block;
    font-size: 11px;
    margin: 5px auto 10px;
    overflow: hidden;
    padding-top: 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    cursor: alias;
}

.submodulo .files-list .actions .btn-primary{
  width: 100%;
  margin: 5px 0;
}

.submodulo .modal-dialog{
  position: relative;
  width: auto;
  margin: 10px;
}

.submodulo .modal-body iframe{
  width: 100%;  
}

/*    Examen    */
.examen{
  margin-top: 80px;
}
.examen .top-bar{
  padding: 0;
  min-height: 100px;
  background-color: #fff;
  border: 1px solid #f2f5f8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.examen .top-bar .titulo-submodulo{
  text-align: right;
}
.examen .top-bar .titulo-submodulo span{  
  display: block;
  padding: 35px;
  font-weight: bold;
  font-size: 20px;
  color: #0c5fa6;
}
.examen .pregunta{
  min-height: 500px;
  background-color: #0c5fa6;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
  margin-bottom: 100px;
  padding-top: 120px;
}
.examen .pregunta .titulo{
  display: block;
  padding: 15px 0;
  color: #FFCE00!important;
  font-size: 40px;
  font-weight: bold;
}
.examen .pregunta .texto{
  display: block;
  color: #fff;
  margin: 0;
  padding: 30px;
}
.examen .pregunta .btn-comenzar{
  min-width: 150px;
  padding: 10px;
  font-weight: bold;
  background-color: #FFCE00;
  color: #0c5fa6;  
}
.examen .btn-continuar{
  margin: 30px 0;
  min-width: 200px;
  padding: 10px;
  font-weight: bold;
  background-color: #FFCE00;
  color: #0c5fa6;
  border: 2px outset rgba(255,255,255,0.6);
}
.examen .paginador-preguntas{
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.examen .texto-pregunta{
  display: block;
  font-size: 20px;
  color: #fff;
  padding: 50px 15%;
}
.examen .btn-respuesta{
  width: 80%;  
  color:#0c5fa6;
  margin: 10px 0;  
  background-color: #fff;
  border: 2px outset rgba(181, 181, 181, 0.6)
}
.examen .btn-respuesta:hover{
  background-color: #FFCE00;
}
.examen .btn-respuesta.selected{
  background-color: #ff9600;
  border: 2px outset rgba(255,222,0,0.6);
}

/*    Modal Exámen    */
.modal-examen .modal-dialog{
  width: 450px;
  margin: 200px auto;
  margin-bottom: 0;
}
.modal-examen .modal-body{
  text-align: center;
  padding: 80px 5px;
}
.modal-examen .fondo-correcto{
  background-color: #3BB672;
}
.modal-examen .fondo-incorrecto{
  background-color: #B8404F;
}
.modal-examen .mensaje-modal{
  width: 80%;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}
.modal-examen .modal-footer{
  border: none;
  text-align: center;
}
.modal-examen .btn-modal{
  margin: 30px 0;
  min-width: 200px;
  padding: 10px;
  font-weight: bold;
  background-color: #FFF;  
}
.modal-examen .fondo-correcto .btn-modal{
  color: #3BB672;
}
.modal-examen .fondo-incorrecto .btn-modal{
  color: #B8404F;
}


/*    Pregunta Tipo1 y Tipo2    */
.tipo1 .pregunta,.tipo2 .pregunta{  
  padding: 30px 0;
}
.tipo1 .btn-respuesta,.tipo2 .btn-respuesta{
    white-space: normal;
}

/*    Pregunta Tipo 3     */

.tipo3 .pregunta{  
  padding: 30px 0;
}
.tipo3 .subpregunta{
  display: block;
  text-align: left;
  color: #fff;
  padding: 20px;
  padding-left: 15%;
}
.tipo3 .respuesta-si-no{
  text-align: center;  
  padding: 20px;
}
.tipo3 .btn-respuesta{
  width: 30%;
  margin: 0;
}
.tipo3 .subpregunta-tip{  
  display: none;
  text-align: left;
  color: #0c5fa6;
  margin: 20px 0;
  padding: 10px;  
  background: #FFCE00;
  border-radius: 5px;
  font-weight: bold;
}

/*    Pregunta Tipo 4     */

.tipo4 .pregunta{
  padding: 30px 0;
}
.tipo4 .texto-sub{
  margin-left: 10%;
}
.tipo4 .texto-sub > span{
  display: block;
  text-align: left;
  color: #fff;
  padding: 20px;  
}
.tipo4 .texto-sub-op{
  display: block;
  text-align: left;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-right: 0%;
}
.tipo4 .texto-sub-op div{
  padding: 0;
}
.tipo4 .texto-sub-op .texto-respuesta{  
  padding: 10px;
  display: block;
}
.tipo4 .texto-sub-op .input-div{
  text-align: right;
}
.tipo4 .texto-sub-op input{
  text-align: center;
  border:0;
  width: 100%;
  padding: 10px;
  color: #ff9600;
}

/*    Pregunta Tipo 5     */

.tipo5 .pregunta{
  padding: 30px 0;
}

.tipo5 .panel-heading{
  padding: 0;
}

.tipo5 .panel-heading .btn-respuesta{
  margin: 0;
  border: none;
  font-weight: bold;
  background-color: #FFCE00;  
}

.tipo5 .panel-heading .btn-respuesta.collapsed{
  background-color: #fff;
}

.tipo5 .btn-respuesta{
  white-space: normal;
}

.tipo5 .btn-acordion-sub{  
  display: block;
  width: 100%;
}

.subpre_cuadro{
  margin-top: 100px;
  font-size: 20px;
}

/*    Pregunta Tipo 6     */

.tipo6 .pregunta{
  padding: 30px 0;  
}

.tipo6 .area-respuesta{
  padding: 0 30px;
}

.tipo6 .area-respuesta > textarea{
  padding: 10px;
  width: 100%;
  resize: none;
  border-radius: 15px;
}

/*    adminsubmodulo     */
.adminsubmodulo .div-txt-user{
  height: auto;
  min-height: 100px;
}

.adminsubmodulo .archivos-div{
  padding: 20px 0;
}

.adminsubmodulo .file-drop-zone{
  height: auto;  
}

.adminsubmodulo .img-preview{
  margin: 5px 0;
}

.adminsubmodulo .btn-sub-img{
  border-top-right-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
}

.adminsubmodulo .video-input{
  margin: 5px 0;
}

.adminsubmodulo .video-input > input{
  margin: 5px 0;
}

/**************************************************************/

@media (max-width: 420px) {
  /*********    SUBMODULO    *******/  
  .submodulo .video-container{
    height: auto;
  }

  .submodulo .video-list{
    height: 300px!important;
  }

  .submodulo .video-list div{
    width: 100%;
    height: auto;
  }

  .submodulo .video-frame{    
    height: 350px;
  }
}

@media (max-width: 767px) {
  body,html{
	  height:100%;
    padding: 0!important;
	  font-family:"OpenSans-Regular";
    font-size: 16px!important;
	  padding-top: 22px;
  }

  .div-wrapper{
    padding-top: 0;
    margin-top: 0;
  }
  .div-wrapper .rd15-der-top, .div-wrapper .rd15-izq-top{
    border-radius: 0;
  }
  .div-txt-user{
    margin-bottom: 10px;
    height: auto;    
  }
  
  .div-txt-user > h3 > div > a{
    display: block;
    margin: 30px auto;
  }

  /* NO MORE TABLES - TABLAS RESPONSIVE*/
    /* Force table to not be like tables anymore */
    .second-col{
      padding: 0;
    }

    #no-more-tables{
      padding: 0;
    }

    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody, 
    #no-more-tables th, 
    #no-more-tables td, 
    #no-more-tables tr { 
      display: block!important; 
    }
   
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
   
    #no-more-tables tr { border: 1px solid #ccc;margin-bottom: 10px; }
   
    #no-more-tables td { 
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee; 
      position: relative;
      /*padding-left: 50%; */
      white-space: normal;
      text-align:left;
      padding-top: 20px;
    }
   
    #no-more-tables td:before { 
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 100%; 
      padding-right: 10px; 
      white-space: nowrap;
      text-align:left;
      font-weight: bold;
    }
   
    /*
    Label the data
    */
    #no-more-tables td:before { display:block; content: attr(data-title); }

    /* Centrar Botón */
    .table-accion{
      text-align: center!important;
    }
  /**/
  
  /*********    HEADER 2    *******/  
  
  .navbar{
    position: relative;
    margin: 0; 
  }

  .nav-right{
    height: auto;
    background-color: #0c5fa6;
    color: #fff;
  }

  .nav-right .navbar-user{
    color: #f0cc37;
  }

  .navbar-nav li:hover{
    background-color: #004780;
  }

  .navbar-toggle{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;    
    width: 40px;
    height: 40px;    
    margin: 10px;
    float: none;
  }

  .content-form{
    margin-top: 0;
  }

  .navbar-user{
    display: inline-block;
  }

  .navbar-nav{
    display: block;
  }

  /*********    GENERAL    *******/
  
  .fotteer{
    background-size: contain;
    background-position: center bottom;    
  }

  .fotteer > img{
    margin: 0 auto;    
  }

  /*********    INDEX    *******/

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

  .textflotante > img{
    /*padding: 0 10px;*/
    width: 100%;
  } 

  .textflotante2{
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    text-align: center;
    top: -100px;
    height: auto;
  }
  .textflotante2 > a{
    width: 100%;
  }
  .textflotante3{
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    text-align: center;
    top: -95px;
    height: auto;
  }
  .textflotante3 > a{
    width: 100%;
  }

  .youtube-frame{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }

  .youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .txtque2{    
    font-size: 1.3em;  
  }
  
  .txtque{    
    font-size: 1.2em;
  }

  /*********    LOGIN    *******/

  .content-form{
    height: 100%;
  }

  .side-right{
    height: 0;
    overflow: auto;
  }

  .side-right .fondo{
    position: relative;
    top: 0;
    width: 100%;
  }

  .side-right .btnactilizar{
    width: 80%;
  }

  /*********    PASSWORD    *******/

  .pass-padding{
    padding: 80px 0!important;    
  }

  /*********    PERFIL LIDER    *******/  

  .raya{
    border:none;
  }

  .form-tres-col .tamano6{
    height: auto;
  }
  
  /*********    PERFIL LIDER    *******/
  .modal-examen .modal-dialog{
    width: 100%;
    margin: 50px auto;    
  }

  /*********    EXAMEN TIPO4    *******/  

  .tipo4 .texto-sub-op{
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /*********    SUBMODULO    *******/  
  .submodulo .video-container{
    height: auto;
  }

  .submodulo .video-list{
    height: auto;
  }

  .submodulo .video-frame{    
    height: 350px;
  }  

  .submodulo .video-item{    
    height: 220px;    
  }

  .submodulo .video-item a{
    height: 180px;
  }
  
} 

@media(min-width:768px) and (max-width:879px){
   body,html{
    height:100%;
    padding: 0!important;
    font-family:"OpenSans-Regular";
    font-size: 16px!important;
    padding-top: 22px;
  }

  .div-wrapper{
    padding-top: 0;
    margin-top: 0;
  }
  .div-wrapper .rd15-der-top, .div-wrapper .rd15-izq-top{
    border-radius: 0;
  }
  .div-txt-user{
    margin-bottom: 10px;
    height: auto;
  }

  .div-txt-user > h3 > div > a{
    display: block;
    margin: 30px auto;
  }
  
  .navbar{
    position: relative;
    margin: 0; 
  }

  .navbar-user{
    display: inline-block;
  }

  .navbar-nav{
    display: block;
  }

  .container-login > nav{
    position: relative;
    margin: 0; 
  }

  .nav-right{
    height: auto;
    background-color: #0c5fa6;
    color: #fff;
  }

  .nav-right .navbar-user{
    color: #f0cc37;
  }

  .navbar-nav li:hover{
    background-color: #004780;
  }

  .navbar-toggle{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;    
    width: 40px;
    height: 40px;    
    margin: 10px;
    float: none;
  }

  .content-form{
    margin-top: 0;
    height: auto;
  }  

  /*********    INDEX    *******/

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

  .textflotante > img{    
    width: 50%;
  } 

  .textflotante2 {      
      left: 15%;      
      top: 780px;      
  }
  .textflotante3 {
      right: 15%;      
      top: 780px;
  }

  .youtube-frame{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */    
    height: 0;
  }

  .youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .txtque2{    
    font-size: 1.5em;  
  }
  
  .txtque{    
    font-size: 1.3em;
  }

  .img-1-index{
    padding-bottom: 30px;
  }

  .fotteer{
    background-size: contain;
    background-position: center bottom;    
  }

  .fotteer > img{
    margin: 0 auto;    
  }

  /*********    LOGIN    *******/
  
  .side-right .fondo{
    position: relative;
    width: 100%;
  }

  /*********    PERFIL LIDER    *******/  

  .raya{
    border:none;
  }

  .form-tres-col .tamano6{
    height: auto;
  }

  /*********    EXAMEN TIPO4    *******/  

  .tipo4 .texto-sub-op{
    margin: 0 auto;
    margin-bottom: 20px;
  }

  /*********    SUBMODULO    *******/  
  .submodulo .video-container{
    height: auto;
  }

  .submodulo .video-list{
    height: auto;
  }

  .submodulo .video-frame{    
    height: 350px;
  }  

  .submodulo .video-item{    
    height: 150px;    
  }

  .submodulo .video-item a{
    height: 110px;
  }

}
@media(min-width:880px) and (max-width:991px){
  body,html{
    height:100%;
    padding: 0!important;
    font-family:"OpenSans-Regular";
    font-size: 16px!important;
    padding-top: 22px;
  }

  .form-dos-col .hidden-xs{
    display: block!important;
  }

  .smaller{
    height: 100px;
  }
  .textflotante{    
    width: 100%;
    text-align: center;
  }

  .textflotante > img{    
    width: 50%;
  } 
  .textflotante2 {      
      left: 15%;      
      top: 780px;      
  }
  .textflotante3 {
      right: 15%;      
      top: 780px;
  }

  .youtube-frame{
    position: relative;    
    padding-bottom: 0;
    height: 440px;
  }

  .youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /*********    LOGIN    *******/

  .content-form{
    height: auto;
  }

  .container-login > nav{
    position: relative;
    margin: 0; 
  }
  
  .side-right .fondo{
    position: relative;
    width: 100%;
  }

  /*********    PERFIL LIDER    *******/  

  .raya{
    border:none;
  }

  .form-tres-col .tamano6{
    height: auto;
  }


  /*********    SUBMODULO    *******/
  .submodulo .video-container{
    height: auto;
  }

  .submodulo .video-list{
    height: auto;
  }

  .submodulo .video-frame{    
    height: 350px;
  }  

  .submodulo .video-item{    
    height: 220px;    
  }

  .submodulo .video-item a{
    height: 180px;
  }
}

@media(min-width:992px){
   body,html{
    height:100%;
    font-family:"OpenSans-Regular";
    font-size: 16px!important;
    padding-top: 22px;
  }
  

  /*********    INDEX    *******/

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

  .textflotante > img{
    padding: 0 10px;
    width: 40%;
  } 

  .youtube-frame{
    position: relative;    
    padding-bottom: 0;
    height: 440px;
  }

  .youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .txtque2{    
    font-size: 1.5em;  
  }
  
  .txtque{    
    font-size: 1.3em;
  }

  .img-1-index{
    padding-bottom: 30px;
    padding-top: 60px;
  }

  .fotteer{
    background-size: contain;
    background-position: center bottom;    
  }

  .fotteer > img{
    margin: 0 auto;    
  }

  /*********    LOGIN    *******/

  .side-right .fondo{
    position: absolute;
    bottom: 0;
  }
  

  /*********    SUBMODULO    *******/
  .submodulo .video-container{
    height: 300px;
  }

  .submodulo .video-frame{    
    height: 100%;
  }  

   .submodulo .video-item{    
    height: 150px;    
  }

  .submodulo .video-item a{
    height: 110px;
  }
}

@media(min-width:1200px){
  body,html{
    height:100%;
    font-family:"OpenSans-Regular";
    font-size: 16px!important;
    padding-top: 22px;
  }

  /*********    INDEX    *******/

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

  .textflotante > img{
    padding: 0 10px;
    width: 25%;    
  } 

  .youtube-frame{
    position: relative;    
    padding-bottom: 0;
    height: 440px;
  }

  .youtube-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .txtque2{    
    font-size: 1.5em;  
  }
  
  .txtque{    
    font-size: 1.3em;
  }

  .img-1-index{
    padding-bottom: 30px;
    padding-top: 60px;
  }

  .fotteer{
    background-size: cover;
    background-position: 50% 0;
  }

  .fotteer > img{
    margin: 0;
    margin-left: 15%;
  }

  /*********    LOGIN    *******/

  .side-right .fondo{
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .side-right .bienvenido-login{
    padding: 60px 0;
  }
  
  /*********    SUBMODULO    *******/
  .submodulo .video-container{
    height: 400px;
  }

  .submodulo .video-frame{    
    height: 100%;
  }  

   .submodulo .video-item{    
    height: 200px;
  }

  .submodulo .video-item a{
    height: 160px;
  }
  
}

@media(min-width:1500px){
  .side-right .fondo{
    position: relative;
    top: 0;
    width: 100%;
  }  
}
/*
.ico51 {
    height: 100px;
    background-image: url("../images/icono_home-01.png");
    content: url("../images/icono_home-01.png");
    -webkit-transition:width 1s;
    -moz-transition:width 1s;
    transition:width 1s;
}

.ico51Hover{
    height: 50px;    
    background-size: 50px;
    content: url("../images/icono_home-01.png");
    -webkit-transition:width 1s;
    -moz-transition:width 1s;
    transition:width 1s;
}

.ico51:after{
    height: 50px;    
    content: url("../images/icono_home-01.png");
    -webkit-transition:width 1s;
    -moz-transition:width 1s;
    transition:width 1s;
}
.ico51:before{
    height: 50px;    
    content: url("../images/icono_home-01.png");
    -webkit-transition:width 1s;
    -moz-transition:width 1s;
    transition:width 1s;
}*/
.botonIcono{
    width: 100px;
}

/*tabsss*/
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:800px;
    overflow:hidden;
}
#steps{
    width:800px;
    overflow:hidden;
}
.step{
    float:left;
    width:800px;
}
#navigation{
    height:45px;
    background-color:#e9e9e9;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:45px;
    background-color:#444;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:45px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    background:#f0f0f0;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}

span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}

#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    background-color:#f0f0f0;
    color:#666;
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:590px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #fff;
    border-top:1px solid #d9d9d9;
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    border:1px solid #fff;
    width:400px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps form p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps form input:not([type=radio]),
#steps form textarea,
#steps form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    float:left;
}
#steps form input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#FFFEEF;
}
#steps form p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps form button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #777;
    /*font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;*/
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background:#4797ED;
}
#steps form button:hover {
    background:#d8d8d8;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
.bootstrap-switch {
    height: 34px;
}