html, body {
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}

#contenedor_login {
	width: 390px;
	margin-left: 65%;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
    margin-bottom: 0px;
    opacity: 0.85;
	background-color: rgba(255,255,255,0.9);
	
}
#area_logotipo {
	width: 390px;
	height: 192px;
	position: absolute;
	top: 0;
	display:block;
	padding-top: 50px;
	padding-bottom: 50px;
}
#area_formulario {
	width: 390px;
	position: absolute;
	top: 30px;
	bottom: 30px;
	overflow: hidden;
	padding-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal; color: #666666;
	font-size: 14px;
}
#area_footer {
	width: 390px;
	height: 50px;
	position: absolute;
	bottom: 0;
	font-style: normal; color: #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}

#formulario {
	width: 390px;
	float: right;
	height: 100%;
	overflow: hidden;
	margin: 5px;
	display: table-cell;
    vertical-align: middle;
	text-align:center;
}


/* Estilos para botones y links en GTRMax */
a.link_gtrmax:link {
    font-size:14px;
    color:#c63a1b;
}
a.link_gtrmax:hover {
    font-size:14px;
    color:#8c1906; 
}
.boton_gtrmax{
    width: 83%;
    text-decoration: none;
	padding-left:120px;
	padding-right:120px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: #c63a1b;
    border-radius: 6px;
	text-align:center;

  }
.boton_gtrmax:hover{
    opacity: 0.8;
    text-decoration: none;
  }


/* Estilos para botones y links en GTRPlus */
a.link_gtrplus:link {
    font-size:14px;
    color:#59983f;
}
a.link_gtrplus:hover {
    font-size:14px;
    color:#2d6d0f; 
}
.boton_gtrplus{
    width: 83%;
    text-decoration: none;
	padding-left:120px;
	padding-right:120px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: #59983f;
    border-radius: 6px;
	text-align:center;

  }
.boton_gtrplus:hover{
    opacity: 0.8;
    text-decoration: none;
  }


/* Estilos para botones y links en GTRPersonal */
a.link_gtrpersonal:link {
    font-size:14px;
    color:#d3770b;
}
a.link_gtrpersonal:hover {
    font-size:14px;
    color:#8e4a06; 
}
.boton_gtrpersonal{
    text-decoration: none;
	padding-left:120px;
	padding-right:120px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: #d3770b;
    border-radius: 6px;
	text-align:center;

  }
.boton_gtrpersonal:hover{
    opacity: 0.8;
    text-decoration: none;
  }


/* Estilos para botones y links en GTRLite */
a.link_gtrpersonal:link {
    font-size:14px;
    color:#34508d;
}
a.link_gtrpersonal:hover {
    font-size:14px;
    color:#11326d; 
}
.boton_gtrlite{
    text-decoration: none;
	padding-left:120px;
	padding-right:120px;
	padding-top: 10px;
	padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    background-color: #34508d;
    border-radius: 6px;
	text-align:center;

  }
.boton_gtrmlite:hover{
    opacity: 0.8;
    text-decoration: none;
  }

::-webkit-input-placeholder {
    font-size: 16px;
}
::-moz-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}

.mensaje {
    width: 390px;
	height: 50px;
	position: absolute;
	bottom: 0;
	font-style: normal; color: #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px
 }

.puntero {
    cursor: pointer;
}
.ImgCaptcha {
    border:1px solid gray;
    border-radius: 5px;
    width: 110px;
    height: 34px;
}

.item{
    background-color:#f3f9fd;
    display:block;
    padding: 10px;
    opacity: 1;

}

.carousel-inner {
    width: 90%;
    margin: auto;
    opacity: 0.5;

}

.carousel-caption{
    position:static;
    top: 50%;
    text-shadow: none;
    opacity: 1;

}

.carousel-indicators {
    bottom: 0;
}

.carousel-caption > h4 {
    color:black;
    font-weight: bold;
}

.carousel-caption > p {
    color:black;
}

.carousel-indicators > li {
    background-color: white;
    border: 1px solid #bbb9b9;
    width: 15px;
    height: 15px;
}

.carousel-indicators .active   {
    background-color: gray;
    width: 15px;
    height: 15px;

}


.check_box {
    display:none;
}
.check_box + label{
    background:url('imagenes/icono_ver_ocultar_desactivo.png') no-repeat;
    height: 27px;
    width: 27px;
    display:inline-block;
    padding: 0 0 0 0px;
}

.check_box:checked + label{
    background:url('imagenes/icono_ver_ocultar_activo.png') no-repeat;
    height: 27px;
    width: 27px;
    display:inline-block;
    padding: 0 0 0 0px;
}


/* xs */
@media screen and (max-width: 576px) {
    html, body {
        width: 100%; 
        height: 100%; 
        margin: 0; 
        background-image: url('none');

    }

    #contenedor_login {
        width: 100%;
        margin-left: 0%;
        height: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        opacity: 0.85;
        background-color: rgba(255,255,255,0.9);   
    }

    .boton_gtrplus{
        width: 100%;
        text-decoration: none;
        padding-left:120px;
        padding-right:120px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #ffffff;
        background-color: #59983f;
        border-radius: 6px;
        text-align:center;
    
      }
    #area_formulario {
        width: 100%;
        position: absolute;
        top: 30px;
        bottom: 30px;
        overflow: hidden;
        padding-top: 100px;
        padding-left: 10px;
        padding-right: 10px;
        font-style: normal; color: #666666;
        font-size: 14px;
    }

    #formulario {
        width: 100%;
        float: right;
        height: 100%;
        overflow: hidden;
        margin: 5px;
        display: table-cell;
        vertical-align: middle;
        text-align:center;
    }

    #area_footer {
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: 0;
        font-style: normal; color: #999999;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        border-top-style: solid;
        border-top-color: #CCCCCC;
        border-top-width: 1px;
    }
}

/* sm */
@media screen and (min-width: 577px) and (max-width: 767px){
    #formulario{
        margin-right: 12px
    }
    #area_footer {
        width: 350px;
        height: 70px;
        position: absolute;
        bottom: 0;
        font-style: normal; color: #999999;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        border-top-style: solid;
        border-top-color: #CCCCCC;
        border-top-width: 1px;
    }
}

/* md */
@media screen and (min-width: 768px) and (max-width: 991px){
    #contenedor_login {
        width: 390px;
        margin-left: 51%;
        height: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        opacity: 0.85;
        background-color: rgba(255,255,255,0.9);
        
    }
    #area_footer {
        width: 390px;
        height: 50px;
        position: absolute;
        bottom: 0;
        font-style: normal; color: #999999;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        border-top-style: solid;
        border-top-color: #CCCCCC;
        border-top-width: 1px;
    }
}

/* lg */
@media screen and (min-width: 992px) and (max-width: 1200px){
    html, body {
        width: 100%; 
        height: 100%; 
        margin: 0; 
        padding: 0; 
        overflow: hidden; 
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        font-family: Roboto, Arial, Helvetica, sans-serif;
    }
    
    #contenedor_login {
        width: 390px;
        margin-left: 60%;
        height: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        opacity: 0.85;
        background-color: rgba(255,255,255,0.9);
        
    }

    #area_footer {
        width: 390px;
        height: 50px;
        position: absolute;
        bottom: 0;
        font-style: normal; color: #999999;
        font-size: 12px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        border-top-style: solid;
        border-top-color: #CCCCCC;
        border-top-width: 1px;
    }
}

/* xl */
@media screen and (min-width: 1201px) {
    html, body {
        width: 100%; 
        height: 100%; 
        margin: 0; 
        padding: 0; 
        overflow: hidden; 
        position: relative;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center center;
        font-family: Roboto, Arial, Helvetica, sans-serif;
    }
    
    #contenedor_login {
        width: 390px;
        margin-left: 65%;
        height: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        opacity: 0.85;
        background-color: rgba(255,255,255,0.9);
        
    }
}

