﻿ body { margin:0px 0px 0px 0px; background-image:url('../images/admin/fondoAdmin.png'); background-color: #011B36; color:#7A7A7A; font-family:Verdana, Times New Roman; font-size:12px; font-weight:bold; background-repeat:no-repeat;}

.loginBanner{ width: 610px; height: 124px; background-image: url('../images/admin/LoginAppBanner.png'); background-repeat: no-repeat; background-position:center; margin: 0 auto;}
.loginContenido{ width: 610px; background-image: url('../images/admin/LoginAppContenido.png'); background-repeat:repeat-y; background-position:center; margin: 0 auto; text-align:center;}
.fondoContenidologin{ background-image: url('../images/admin/fondoContenidoLogin.png'); background-repeat:no-repeat; background-position:right bottom; margin-right:30px; text-align:center;}
.loginPie { width:610px; height:30px; background-image: url('../images/admin/LoginAppPie.png'); background-repeat:no-repeat; background-position:center; margin: 0 auto;}

.LoginAppCentrado {
text-align:center;
position: absolute;
top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
width: 620px; /* Definimos el ancho del objeto a centrar */
height: 450px; /* Definimos el alto del objeto a centrar */
margin-top: -225px; /* Restamos la mitad de la altura del objeto con un margin-top */
margin-left: -310px; /* Restamos la mitad de la anchura del objeto con un margin-left */
}
