﻿/*
-------------------------------------------------------------
ESTILOS PARA EL LOGIN DE USUARIO
-------------------------------------------------------------
*/

body#UsuarioLogin 
{
	margin:0;
	padding:0;
	height:100%;
	font-size: 12px;
	color: #333333;
	font-family:"Trebuchet MS", Georgia, Verdana, serif;
	background-color: #999999;
	background-image: url(/App_Themes/Autogestion/imagenes/login/FondoBodyLogin.jpg);
	background-repeat:repeat-x;
}

#centeredcontent
{
	width: 100%;
	height: 110px;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 50%;
	margin-left: 0px;
	margin-top: -55px;
	background-image: url(/App_Themes/AutoGestion/imagenes/login/Autogestion_LoginFondo.jpg);
	background-repeat:repeat-x; 
	
}

#centeredcontent2
{
	width: 100%;
	height: 150px;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 40%;
	margin-left: 0px;
	margin-top: -55px;
	background-image: url(/App_Themes/AutoGestion/imagenes/login/Autogestion_LoginFondo2.jpg);
	background-repeat:repeat-x; 
	
}

.LoginTextoError
{
	/* Acá tengo que modificar*/
	font-size: 12px;
	color: #FF0000;	
	font-weight: bold;	
	
}

.LoginTextoBlanco {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}



#PanelLoginError
{
    /* Acá modifiqué el panel: margin-top: 12% para que esté más abajo*/
	background-color: #ffffcc;
	width: 100%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	voice-family: inherit;
	text-align: center;
	border: 1px none #CCC;
	color: #ff0000;
	
	width: 100%;
	text-align: center;
	border: 0px solid #000;
	color: #fff;
	position: absolute;
	left: 0%;
	top: 40%;
	margin-left: 0px;
	margin-top: 12%;
}


#loginInterior
{
    margin-top:0em;
    text-align:right;
    background-repeat: no-repeat;
    height: 110px;
    width:760px;
	background-image:url('/App_Themes/AutoGestion/imagenes/login/Autogestion_Login.jpg');
    background-repeat: no-repeat;
    background-position: center center;
	margin-left: 0px;
	margin-right: 0px;
	display:inline-block;
}

#loginInterior2
{
    margin-top:0em;
    text-align:right;
    background-repeat: no-repeat;
    height: 150px;
    width:760px;
	background-image:url('/App_Themes/AutoGestion/imagenes/login/dibujoBlanco.png');
    background-repeat: no-repeat;
    background-position:50px 40px;
	margin-left: -55px;
	margin-right: 0px;
	display:inline-block;
}

#loginTabla
{
	margin-top:10px;
	text-align:left;
	display:inline-block;
}
#loginTabla .colEtiqueta
{
	text-align:right;
	padding-right:5px;
}
#loginTabla .colCtrl
{
	text-align:left;
	
}
#loginTabla .colEnlaces
{
	text-align:right;
	width:210px;
}

a
{
    color: #333333;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
	color: #ffffff;
	background-color: #109437;
	text-decoration: none; /*
    border-right: #00bfbf 1px solid;
    border-top: #00bfbf 1px solid;
    border-left: #00bfbf 1px solid;
    border-bottom: #00bfbf 1px solid;
*/
}
    
#loginTabla input
{
	color:#333333;
	background-image:url(/App_Themes/AutoGestion/imagenes/login/fondoInput.gif);
	width:110px;
 }
 




