/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

.centrador_login{
position: relative;
z-index: 2;
width: 100vw;
height: 100vh;
overflow-x: hidden;
overflow-y: scroll;
}


.contenedor_login{
width:80%;
min-width:320px;
max-width:450px;
background:#FFF;
border-radius:8px;
box-shadow: 10px 10px 5px #727272;
}

.logologin{
width:230px;	
}

h3{
width:100%;
background-color:#262626; 
font-size:16px;
border-radius:4px;
color:#FFF;
}

#actualizando{
display:none;
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url('../b_img/cargando_03.gif') 50% 50% no-repeat rgb(249,249,249);
opacity: .8;	
}

/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/


a{
text-decoration:none;
}


a img{
width:50%;
max-width:300px;
min-width:150px;
transition: transform 0.5s ease-in-out;
}

a img:hover{
	transform: scale(1.1);	
}
/*----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------*/

