
/*
-------------------------------------------------------------
ESTILOS PARA EL LOGIN DE USUARIO
-------------------------------------------------------------
*/

.LoginTextoError {
	font-size: 12px;
	color: #FF0000;
	background-color: #CCCCCC;
	font-weight: bold;
}

.LoginTextoBlanco {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

#Login
{
    background-color: #007575;    
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    voice-family: inherit;
    text-align:center;
    vertical-align: text-top;
    background-image: url(/imagenes/login/UsuarioLoginFondoTabla.jpg);
    background-repeat: repeat-x;
}

#PanelLoginError {
	background-color:#CCCCCC;
	width:100%;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	voice-family: inherit;
	text-align : center;
	border: 1px none #CCC;
}


#LoginInterior
{
    margin-top:0em;
    background-repeat: no-repeat;
    height: 110px;
    background-image: url(/imagenes/login/UsuarioLogin.jpg);
    background-position: center center;    
 
}
#LoginInteriorProximamente
{
    margin-top:0em;
    background-repeat: no-repeat;
    height: 110px;
    background-image: url(/imagenes/login/UsuarioLoginProximamente.jpg);
    background-position: center center;    
 
}

a
{
    color: #333333;
    background-color: transparent;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    background-color: #008b8b;
    text-decoration: none;
    border-right: #00bfbf 1px solid;
    border-top: #00bfbf 1px solid;
    border-left: #00bfbf 1px solid;
    border-bottom: #00bfbf 1px solid;
}
    
input
{
	font-size: 12px;
	color:#333333;
	background-image:url("/imagenes/form/fondoInput.gif");
 }
 
.ItemError
{

    background-image: url("/imagenes/iconos/icoBloqueadoChico.gif");
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
}

