/* 
    Created on : 11-ene-2017, 8:35:02
    Author     : cjordan
*/

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html{ font-size: 100%; padding: 0; margin: 0; height: 100%; background: #f7f7f7;
}

@font-face {
    font-family: 'gobCL_Regular';
    src: url(../font/gobCL_Regular.otf);
}

@font-face {
    font-family: 'gobCL_Bold';
    src: url(../font/gobCL_Bold.otf);
}

@font-face {
    font-family: 'gobCL_Light';
    src: url(../font/gobCL_Light.otf);
}

.input_usuario {
    
    background   : url('../images/iconos/loginUser.png') 5px 3px no-repeat #ffffff;
    padding-left : 25px;
	font-size	 : 11px;
}

.input_clave {
    
    background	: url('../images/iconos/iconCerrar.png') 5px 3px no-repeat #ffffff;
    padding-left: 25px;
	font-size	 : 11px;
	
}

.barra-login {
    position   : relative;
    width      : 100%;
    top        : 0px;
    left       : 0px;
	right      : 0px;
    height     : 5px;
    background: #f7f7f7;
    border-top: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    
}

    
.contenedor-logo {
    
    margin-top          : 5px;
    margin-left         : 17px;
    
    height              : 100px;
    width               : 100px;    
    
    background          : url("../images/logo_191_174.png");
    background-repeat   : no-repeat;
    
    background-position : 0% 2%; 
    background-repeat   : no-repeat;
    
}


.contenido_titulo {
    
    margin-top   : -62px;
    margin-left  : 80px;
    margin-right : 10px;
    font-family  : Arial, Helvetica, sans-serif;
    color        : #333;
    width        : 160px;
    
}

.titulo {
    color       : #ffffff;/*666666*/
    font-family : "gobCL_Bold";
    font-size   : 13px;
}

.subtitulo {
    
    margin-top: -10px;
    
    color: #ffffff;/*666666*/
    font-family: "gobCL_Bold";
    font-size: 10px;
}

.class_label_titulo {

    color         : #ffffff;/*666666*/
    font-family   : "gobCL_Bold";

    margin        : 0px;
    padding       : 0px;
    font-size     : 12px;
    font-weight   : normal;
    
    margin-left   : 50px;
    margin-bottom : -10px;
    
    opacity: 1;
    
}

.class_label_titulo2 {
 
    font-size     : 08px;
    
    margin-bottom : 10px;
    margin-left   : 12px;

}

.contenido_controles {

    margin-top    :  0px;
    margin-bottom :  0px;
    margin-left   :  50px; 

}
    
.contenido_botones {
    
    margin-top :  -10px;
    text-align :  right;
    
    font-size: 8px;
    
}

.btn {
    
    height      : 20px;
    line-height : 20px;  
    width       : 70px;
    font-size   : 10px;
    padding-top :  0px;
    
}

.barra-footer {
    
    width: 100%;
    
    background: #f7f7f7;
    border-top: solid 2px #cccccc;
    
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
    
}

.footer {
    
    padding-top : 0px;
    margin-left : 40px;
    margin-right: 15px;
    
    
    font-family :Arial, Helvetica, sans-serif;
    font-size   : 7px;
    color: #d8e0ef;/*333*/
    text-align  : justify;
}

#image {
    
    margin-left: -35px;
    height     :  20px;
    width      :   95px;
    
}

label {
    
    color         : #ffffff;/*666666*/
    font-family   : "gobCL_Regular";
    
    font-size    : 9px;
    margin-top   : 0px;
    margin-bottom: 0px;
    font-weight  : lighter;
    
    opacity: 0.7;
}

.form-control {

    color         : #666666;/*666666*/
    font-family   : "gobCL_Regular";
    
    height        : 25px;
    padding-top   : 0px;
    padding-bottom: 0px;
    
}

.form-text {

    font-size     : 7px;    
    margin-bottom : 0px;
}

.form-group {
    
    
    margin-left: 50px;
    
}

.radiobutton_img {
	
    position : relative;
    width    : 12px;
    top      : 0px;
	
}

.radiobutton_label {
	
    position  : relative;
    left      : -18px;
    top       : 5px;
    font-size : 7px;
	
}

.radiobutton_control {
    
    position       : relative;
    width          : 10px;
    top            : 50px;
    
    vertical-align : text-top;
    
}

.icon-addon.pesonalizado .glyphicon,
.icon-addon .glyphicon, 
.icon-addon.pesonalizado .fa,
.icon-addon .fa {
    position: absolute;
    z-index: 2;
    left: 4px;
    font-size: 11px;
    width: 20px;
    margin-left: 0px;
    text-align: center;
    padding: 2px 0;
    
}

.icon-addon.pesonalizado .form-control,
.icon-addon .form-control {
    padding-left: 20px;
    float: left;
    font-weight: normal;
}


@media (min-width: 320px) {
 
    input {
	
		font-size: 10px;	
		
	}
	
	.barra-login {

        top: 60px;/*30*/
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : 2px;
        margin-left : 10px;
        
        height: 140px;
        width : 140px;    

        background: url("../images/logo_90_80.png");
        background-repeat: no-repeat;

    }

    .contenido_titulo {

        margin-top  : -140px;
        margin-left : 100px;/*130*/
        margin-right:  20px;

        width        : 200px;
        
    }
    
    .titulo {
        
        font-size : 20px;
        width     : 150px;
    }

    .subtitulo {

        font-size : 12px;
        width     : 200px;
        
    }
    
    .class_label_titulo {

        font-size   :  18px;
        margin-top  :  11px;
        margin-left :  70px;
           
    }

    .class_label_titulo2 {

        font-size     : 12px;
        
        margin-top    : 3px;
        margin-bottom : 0px;
        margin-left   : 0px;
        
    }
    
    .contenido_controles {

        margin-top: 10px;
        margin-bottom : 0px;
        margin-left: 0px;/*70*/               
        
    }
    
    .contenido_botones {
    
        text-align : right;     
        
    }

    .btn {

        height      : 30px;
        line-height : 30px;  
        width       : 110px;
        font-size   : 14px;

    }
    
    .barra-footer {
    
        margin-top: 5px;

    }
    
    .footer {
        
        margin-top   : 5px;
        margin-left  : 68px;
        margin-right : 50px;
        
        
        
        font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #d8e0ef;/*333*/
        
        text-align: justify;
        
    }
    
    #image {
    
        margin-left:    0px;
        height     :   60px;
        width      :  100%;
        
    }

    label {

        font-size    : 13px;
        
    }

}

@media (min-width: 360px) {
 
    .class_label_titulo {

        margin-top  :  35px;
           
    }
    
    .subtitulo {

        width     : 240px;
        font-size :  14px; 
    }
    
    .contenido_controles {

        margin-top: 20px;
        
    }
    
    .contenido_botones {
    
        margin-top: 10px;
        
    }
    
}

@media (min-width: 460px) {
 
    .contenedor-logo {

        margin-top  : 2px;
        margin-left : 30px;
        
        height: 140px;
        width : 140px;    

        background: url("../images/logo_120_110.png");
        background-repeat: no-repeat;

    }

    .contenido_titulo {

        margin-top  : -140px;
        margin-left : 170px;
        margin-right:  20px;

        width        : 200px;
        
    }
    
    .titulo {
        
        font-size : 20px;
        width     : 150px;
    }
    
    .subtitulo {

        width     : 240px;
        font-size :  16px; 
    }
    
    .footer {
        
        font-size: 11px;
        
    }
    
}

@media (min-width: 600px) {

    .barra-login {

        top: 180px;
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : -1px;
        margin-left : 120px;
        
        height: 191px;
        width : 191px;    

        background: url("../images/logo_191_174.png");
        background-repeat: no-repeat;

    }

    .contenido_titulo {

        margin-top  : -190px;
        margin-left : 330px;
        margin-right:  20px;

        
        
    }
    
    .titulo {
        
        font-size : 30px;
        width     : 300px;
    }

    .subtitulo {

        font-size : 20px;
        width     : 350px;
        
    }
    
    .class_label_titulo {

        font-size   :  18px;
        margin-top  :  11px;
        margin-left : 330px;
           
    }

    .class_label_titulo2 {

        font-size     : 12px;
        
        margin-top    : 3px;
        margin-bottom : 0px;
        margin-left   : 0px;
        
    }
    
    .contenido_controles {

        margin-top: 10px;
        margin-bottom : 0px;
        margin-left: 330px;               
        
    }
    
    .contenido_botones {
    
        text-align : right;     
        
    }

    .btn {

        height      : 35px;
        line-height : 35px;  
        width       : 120px;
        font-size   : 14px;

    }
    
    .barra-footer {
    
        margin-top: 5px;

    }
    
    .footer {
        
        margin-top   : 5px;
        margin-left  : 68px;
        margin-right : 50px;
        
        
        
        font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #d8e0ef;/*333*/
        
        text-align: justify;
        
    }
    
    #image {
    
        margin-left:    0px;
        height     :   60px;
        width      :  100%;
        
    }

    label {

        font-size    : 13px;
        
    }

}

@media (min-width: 768px) {

    .barra-login {

        top: 180px;
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : -1px;
        margin-left : 170px;
        
        height: 191px;
        width : 191px;    

        background: url("../images/logo_191_174.png");
        background-repeat: no-repeat;

    }

    .contenido_titulo {

        margin-top  : -190px;
        margin-left : 390px;
        margin-right:  20px;

        width        : 280px;
        
    }
    
    .titulo {
        
        font-size : 30px;
        width     : 100%;
    }

    .subtitulo {

        font-size : 20px;
        width     : 390px;
        
    }
    
    .class_label_titulo {

        font-size   :  18px;
        margin-top  :  11px;
        margin-left : 390px;
           
    }

    .class_label_titulo2 {

        font-size     : 12px;
        
        margin-top    : 3px;
        margin-bottom : 0px;
        margin-left   : 0px;
        
    }
    
    .contenido_controles {

        margin-top	  : 10px;
        margin-bottom : 0px;
        margin-left	  : 390px;

    }
    
    .contenido_botones {
    
        text-align : right;     
        
    }

    .btn {

        height      : 35px;
        line-height : 35px;  
        width       : 120px;
        font-size   : 14px;

    }
    
    .barra-footer {
    
        margin-top: 5px;

    }
    
    .footer {
        
        margin-top   : 5px;
        margin-left  : 68px;
        margin-right : 25%;
        
        width: 90%;
        
        font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #d8e0ef;/*333*/
        
        text-align: justify;
        
    }
    
    .form-control {

        height        : 30px;
        padding-top   : 0px;
        padding-bottom: 0px;
        font-size     : 14px;
    }

    #image {
    
        margin-left:    0px;
        height     :   60px;
        width      :  100%;
        
    }

    label {

        font-size    : 13px;
        
    }

}

@media (min-width: 1024px) and (min-height: 600px) {

    .barra-login {

        top: 180px;
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : -1px;
        margin-left : 330px;
        
        height: 191px;
        width : 191px;    

        background: url("../images/logo_191_174.png");
        background-repeat: no-repeat;

    }

    .contenido_titulo {

        margin-top  : -190px;
        margin-left : 550px;
        margin-right:  20px;

        width        : 480px;
        
    }
    
    .titulo {
        
        font-size : 30px;
        width     : 100%;
    }

    .subtitulo {

        font-size : 20px;
        width     : 500px;
        
    }
    
    .class_label_titulo {

        font-size   :  18px;
        margin-top  :  11px;
        margin-left : 550px;
           
    }

    .class_label_titulo2 {

        font-size     : 12px;
        
        margin-top    : 3px;
        margin-bottom : 0px;
        margin-left   : 500px;
        
    }
    
    .contenido_controles {

        margin-top: 10px;
        margin-bottom : 0px;
        margin-left: 550px;
        
    }
    
    .contenido_botones {
    
		text-align : right;     

    }

    .btn {

        height      : 30px;
        line-height : 30px;  
        width       : 135px;
        font-size   : 19px;
        font-family   : "gobCL_Regular";
        
    }
    
    .barra-footer {
    
        margin-top: 5px;

    }
    
    .footer {
        
        margin-top   : 5px;
        margin-left  : 350px;
        margin-right : 25%;
        
        width: 50%;
        
        font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #d8e0ef;/*333*/
        
        text-align: justify;
        
    }
    
    #image {
    
        margin-left:    0px;
        height     :   60px;
        width      :  100%;
        
    }

    label {

        font-size    : 13px;
        
    }

}

@media (min-width: 1024px) and (min-height: 768px) {

    .barra-login {

        top: 242px;
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : -1px;
        margin-left : 230px;
        
        height: 191px;
        width : 191px;    

        background: url("../images/logo_191_174.png");
        background-repeat: no-repeat;

    }

}

@media (min-width: 1280px)  {

    .barra-login {

        top: 20%;/*292px*/
        height: 3px;

    }
    
    .contenedor-logo {

        margin-top  : -2px;
        margin-left : 455px;
        
        height: 191px;
        width : 191px;    

        background: url("../images/logo_191_174.png");
        background-repeat: no-repeat;

    }


    .contenido_titulo {

        margin-top  : -190px;
        margin-left : 690px;
        margin-right:  20px;

    }
    
    .titulo {
        
        font-size : 30px;
        width     : 300px;
    }

    .subtitulo {

        font-size : 20px;
        width     : 700px;
        
    }
    
    .class_label_titulo {

        font-size   :  18px;
        margin-top  :  11px;
        margin-left : 690px;
           
    }

    .class_label_titulo2 {

        font-size     : 12px;
        
        margin-top    : 3px;
        margin-bottom : 0px;
        margin-left   : 650px;
        
    }
    
    .contenido_controles {

        margin-top: 10px;
        margin-bottom : 0px;
        margin-left: 690px;               
        
    }
    
    .contenido_botones {
    
        text-align : right;     
        
    }
    
    .barra-footer {
    
        margin-top: 5px;

    }
    
    .footer {
        
        margin-top   : 5px;
        margin-left  : 468px;
        margin-right : 25%;
        
        width: 50%;
        
        font-family:Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #d8e0ef;/*333*/
        text-align: justify;
        
    }
    
    #image {
    
        margin-left:    0px;
        height     :   60px;
        width      :  100%;
        
    }

    label {

        font-size    : 13px;
        
    }

}

@media (max-height: 567px)  {
    
    .barra-login {

    top: 0px;
    height: 3px;

    }
    
}

/*********INICIO FONDO DE PANTALLA*******************************************************/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: auto;
   /* min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;*/
	flex-wrap: wrap;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(85, 149, 233, 0.60);/*rgba(85, 149, 233, 0.87)*/
}
/*
.wrap-login100 {
   width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 55px 37px 55px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=10);
    -khtml-opacity: 1;
}
*/
/*********FIN FONDO DE PANTALLA*******************************************************/
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove (internal value);
}

legend {
  padding: 0;
  border: 0;
  
  display: block;
    padding-left: 2px;
    padding-right: 2px;
    border: none;
	font-size: 15px;
}