/* CSS Document */

body{
        background-image: url("../../images/olvidoClave/INGRESO-RECUPERAR-CLAVE-FONDO.png");
        background-repeat: no-repeat;
        background-position: center;
		background-size: 100% 100%;
/*         background-color: #FFF; */
        /*overflow: auto;*/
        text-align: center;	
}

span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold; 
  font-size: 14px;	
}

.span-cambio{
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-40%, -50%);
  font-weight: bold; 
  font-size: 12px;	
}

h2{
  font-family: 'Roboto', sans-serif !important;
  font-weight: 900;
}


p{
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 200 !important;	
  font-size: 18px;
}

figure.item {
    display: inline-block;
    text-align: center;
    width: 100px !important;
    padding: 0px 10px;
}

figure.item img {
    margin-bottom: 10px;
}

.caption {
    display: block;
    color: white;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 900 !important;	
    font-size: 14px;
}

.texto-negrita{	
  font-family: 'Roboto Condensed', sans-serif !important;
  font-weight: 900 !important;	
  font-size: 18px; 	
}

#contenedor{  
        background-color:#FFFFFF;
}

img {
    max-width: 100%;
    max-height: 100%;
}

#msg-alerta {
    float:left;  
    width:100%;;
    margin-bottom: 0px;
    display: table;
}

#tipsSeguridad{
	background-color:#FFFFFF;
	height: 38%;
	width: 100%;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding-left: 25%;
	padding-right: 25%;
	padding-top: 0%;
}

#tipsSeguridad1{
	background-color:#FFFFFF;  
    height:100%;
    float:left;  
    width:33%;
}

#tipsSeguridad2{
	background-color:#FFFFFF;  
    height:100%;
    float:left;  
    width:33%;
}

#tipsSeguridad3{
	background-color:#FFFFFF;  
    height:100%;
    float:left;  
    width:33%;
}

@media only screen and (max-width: 600px) {
	#cabecera-cen{  
        background-color:#FFFFFF;  
        height:15%;
        float:left;  
        width:90%;
	}
	#cabecera-der{  
		vertical-align: top;
        background-color:#FFFFFF;  
        height:15%;
        float:left;  
        width:10%;
	}	
	#contenido{  
        height:45%;  
        float:left;
        width:100%;
        background-color: #FFF;
	}
	
	#certssl {
		height: 50%;
	}
	
	#appandroid {
		height: 50%;
		padding-top: 1%;
	}
	
	#contenido-campos{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#contenido-forma_izq{
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#pie{  
        height:40%;  
        background-color:#FFF;
        width:100%;
        float:left;
        text-align: center;
        padding-top: 1%;
	}
	
	#appandroid_lab {
		height: 55%;
	}
	
	#appandroid_img {
		height: 45%;
	}
	
	
.estilo-input {
	height: 50px;
    border-radius: 15px;
}
	
}

@media only screen and (min-width: 600px) {	
	#cabecera-cen{  
        background-color:#FFFFFF;  
        height:20%;
        float:left;  
        width:90%;
	}
	#cabecera-der{  
		vertical-align: top;
        background-color:#FFFFFF;  
        height:20%;
        float:left;  
        width:10%;
	}
/* 	#contenido{   */
/*         height:40%;   */
/*         float:left; */
/*         width:100%; */
/*         background-image: url("../images/FONDO-OLVIDO.jpg"); */
/*         background-repeat: no-repeat; */
/*         background-position: center; */
/* 		background-size: 100% 100%; */
/*         background-color: #FFF; */
/*         display: table; */
/* 	} */
		#contenido-forma_izq {
		width:30%; 
		height:100%;
		display: table-cell;
	}
	#contenido-forma_der {
		width:30%;
		height:100%;
		display: table-cell;
	}
	#contenido-forma_cen {
		width:40%;
		height:100%;
		vertical-align:middle;
		display: table-cell;
		text-align: center;
		margin-left: 50px;
	}
	#contenido-campos {
  		height:100%;
		width:100%;
  		display: table;
        vertical-align: middle;
        text-align: center;
	}
	/*
	#contenido-forma_cen {
		width:100%;
		height:100%;
		vertical-align:middle;
		display: table-cell;
	}
	
	#contenido-campos {
  		height:100%;
		width:100%;
  		display: table;
        vertical-align: middle;
	}
*/
	#certssl {
		height: 20%;
	}
	
	#appandroid {
		height: 35%;
		padding-top: 1%;
	}
	
	#pie{  
	        height:40%;  
	        background-color:#FFF;
	        width:100%;
	        float:left;
	        text-align: center;
	        padding-top: 1%;
	}
	
	#appandroid_lab {
		height: 30%;
	}
	
	#appandroid_img {
		height: 70%;
	}
}

.centrado {
 	display: table;
	margin: 0 auto;
  	text-align: center !important;
}

.tituloPage {
	color: #000;
	text-align: center;
	font-weight: 900;
	font-size: x-large;
	font-style: oblique;
	font-family: Arial;
}

.ayudaPage {
	color: #000;
	text-align: center;
	font-size: x-large;
	font-style: oblique;
	font-family: Arial;
}

.label2 {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	color: #000;
}


.btn {
	margin-top: 10px;
	color: #FFF !important;
	font-weight: bold !important;
}

.btn_principal {	
    color:white !important;
	background-color:#2A8C70 !important;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2); 	
	border-style: none;
	width: 80%;
    height: 40px !important;
}

.btn_secundario {	
    color:white !important;
	background-color:#f1f0ef !important;
	font-size: 14px;
	text-align: center;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2); 	
	border-style: none;
	width: 80%;
    height: 40px !important;
}

.botones {
	text-align: center;
}

.msg-alerta {
   	text-align: center;
}

.msg-close {
	color: #000 !important;
	font-weight: bold !important;
}

.menus {
	color: #e20613;
	text-align: center;
	font-weight: bold;
	font-size: small;
}

.tips-titulo{
	font-weight: bold;
	font-size: large;
	margin-left: 20px;
}

.tips{
	text-align: left;
}

.green {
    color: green;
    margin-right: 10px;
}

.blanco{
	color: #FFFFFF;
	font-size: 10px;
}

.input-group{
	margin-top: 10px;
}

.menus a {
    text-decoration: none;
}
.menus a:link, .menus a:visited {
    color: #e20613 !important;
}
.menus a:hover {
    color: #e20613 !important;
}

a {
    text-decoration: none;
    color: #fff !important;
}

.mensajes a {
    text-decoration: none !important;
    color: #fff !important;
}

.mensajes a:link, .mensajes a:visited {
    color: #fff !important;
}
.mensajes a:hover {
    color: #fff !importants;
}

.img-responsive {
    margin: 0 auto;
}

