/* LOGIN
 ------------------------------------------------------------------------------------------------- */
#frmLogin{
	width: 261px;
	margin: 150px auto 0 auto;
}

#frmLogin input.caja{
	width:125px;
	margin-bottom: 11px;
}
#frmLogin label{
	width:100px;
	display: inline-block;
	margin-bottom: 10px;
}

/* ALERTAS
 ------------------------------------------------------------------------------------------------- */
#cntAlerta{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#cntMsgAlerta{
	font-weight: bold;
	text-align: center;
	position: absolute;
	z-index: 2001;
	top: 40%;
	left: 35%;
	width: 30%;
	padding: 20px;
	background: #fff;
	border: 1px solid #5F5046;
	color: #333;
}

@media (max-width: 480px){
/* ALERTAS
 ------------------------------------------------------------------------------------------------- */
 	#cntMsgAlerta{
 		left: 10%;
		width: 70%;
	}
	#cntMsgAlerta input{
		  margin-bottom: 4px;
		  margin-left: 2px;
	}
}
