body {
    overflow: hidden;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../../img/loginPrimero/images/bx_loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
    background-color:#214fb5;
}
.contenedorwhite{
    position: relative;
    display: inline-block;
    text-align: center;
    background-color:#FFFFFF;
} 
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 45%;
    left: 80%;
    transform: translate(-50%, -50%);
}

.tableLogin {
	float:right;
	width:329px;
	height:164px;
	background-color:#f3f4f6;
	
	/*margin-bottom:0px;*/
}

.rowCampoLogin {
	text-align:right;
	margin-top:8px;
	margin-right:33px;
	
	/*margin-bottom:0px;*/
}
.rowIngreso {
	color:#FFF;
	background-color:#007ac2;
	height:31px;
	padding-left:18px;
}
.rowRecuperar {
	background-color:#007ac2;
	height:31px;
	padding-right:33px;
	text-align:right;
	
	/*margin-bottom:0px;*/
}
.inputSmall {
	font-family: 'Droid Sans', sans-serif;
	color:#233976;
	width:100px;
	font-size:12px;
	border:1px #007ac2 solid;
	padding:0px 0px 0px 5px;
	line-height:1.5em;
}
.btnEnviar {
	font-family: 'Droid Sans', sans-serif;
	color:#FFF;
	background-color:#007ac2;
	border:none;
	font-size:13px;
	height:26px;
	/*border-top:#009 solid 1px;
	border-right:#F00 solid 1px;
	border-bottom:#F60 solid 1px;
	border-left:#909 solid 1px;*/
}
.linkFtr a:link,
.linkFtr a:visited,
.linkFtr a:active {font-size:12px;color:#ffffff;}
.linkFtr a:hover {font-size:12px;color:#cccccc;}

.linkLogin a:link,
.linkLogin a:visited,
.linkLogin a:active {font-size:12px;color:#FFFFFF;text-decoration:none;}
.linkLogin a:hover {font-size:12px;color:#FFFFFF;text-decoration:underline;}

.linkVerMas a:link,
.linkVerMas a:visited,
.linkVerMas a:active {font-size:11px;font-weight:700;color:#ffffff;}
.linkVerMas a:hover {font-size:11px;font-weight:700;color:#0a2466;}

.linkEmail a:link,
.linkEmail a:visited,
.linkEmail a:active {font-size:13px;color:#3564cc;text-decoration:none;}
.linkEmail a:hover {font-size:13px;color:#f79629;text-decoration:underline;}


/*Password*/
.rowCampoShowPassword {
	text-align:right;
	margin-top:3px;
	margin-right:10px;
	margin-left:5px;
	position: absolute;
}