/* Estilos utilizados unicamente en las ventanas en general */

body {
	overflow: hidden;
}

input:active {
	outline: none !important;	
}

input:focus  {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.login-page {
	background-image: url("../images/fondo.jpg");
	background-position-x: center;
}

#contenedor {
	width: 550px;
	height: 350px;
	background-image:url("../images/fondo_blanco.png");
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -275px;
	margin-top: -175px;
	border-radius: 0 0 60px 0px;
}

#logo {
	margin-top: 40px;
	margin-left: 40px;
}

#panel-formulario {

}

#panel-bienvenida {
	display: none;	
	opacity: 0;
}

#saludo {
	margin-top:50px;
	margin-left: 40px;
	color: #93c8ce;
	font-size: 28px;
}

#icono-saludo {
	width: 25%;
	float: left;
	font-size: 60px;
	padding-top: 60px;
	padding-left: 70px;
	color: #17bab8;
}

#datos-saludo {
	width: 75%;
	float: right;
}

#nombre {
	margin-left: 40px;
	color: #619ac5;
	font-size: 32px;
	text-transform: uppercase;
}

#formulario {
	margin-top: 50px;
	display: table;
	width: 100%;
}

.icono {
	float: left;
	width: 25%;
	text-align: right;
	font-size: 24px;
	color: #aad1ce;
	padding-right: 40px;
}

.campo {
	float: right;
	width: 75%;
}

.campo-login {
	width: 80%;
	height: 40px;
	padding: 10px;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 2px solid #a8d0cf;
	font-size: 16px;
	color: #758c8d;
}


#pie {
	height: 30px;
	width: 100%;
	display: table;
}

#mensaje {
	width: 80%;
	height: 70px;
	float: left;
	font-size: 14px;
	padding-top: 25px;
	padding-left: 80px;
	text-transform: uppercase;
	color: #bbb;
}

#botonera {
	float: right;
	width: 20%;
}

#ingresar {
	margin-left: 18px;
	width: 65px;
	height: 65px;
	font-size: 35px;
	border-radius: 60px;
	padding-left: 13px;
	border: 4px solid #bdd8cf;
	color: #bdd8cf;
	padding-top: 0px;
}

#ingresar:hover {
	cursor: pointer;
	background-color: #bdd8cf;
	color: #fff;
}

#sucursales, #puestos {
	position: absolute;
	top: 0%;
	left: 100%;
	width: 360px;
	background: #fff;
	float: right;
	opacity: .8;
	overflow: scroll;
}

.titulo-lateral {
	text-align: center;
	font-size: 18px;
	margin-top: 15px;
	color: #aaa;
}

.listado-sucursales {
	margin-top: 20px;
}

.bloque-lateral {
	width: 90%;
	margin: 5%;
	height: 80px;
	border: 3px solid #84c1d3;
	border-radius: 20px 0 20px 0px;
	color: #84c1d3;
	margin-bottom: 20px;
}

.bloque-lateral:hover {
	background-color: #84c1d3;
	cursor: pointer;
	color: #fff;
}

.cerrar-lateral {
	font-size: 30px;
	padding-top: 20px; 
	padding-left: 20px;
	color: #bdd8cf;
	width: 45px;
}

.cerrar-lateral:hover {
	color: #000;
	cursor: pointer;
}

.icono-lateral {
	float: left;
	width: 25%;
	font-size: 35px;
	padding-left: 15px;
	padding-top: 10px;
}

.nombre-lateral {
	float: right;
	width: 75%;	
	font-size: 18px;
	padding-top: 20px;
}

#ovqpa {
	text-align: center;
	color:#999;
	position: absolute;
	top: 92%;
	left: 50%;
	width: 10%;
	margin-left: -5%;
}

#enlace {
	position: absolute;
	top:96%;
	left:15px;
	font-size: 12px;
}

#enlace a {
	color: #faf0f1;
}