﻿body
{
    height: 100%; 
    background-color: #FFFFFF;
    overflow:hidden;
    margin:0;
}
html {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color:#666; height: 100%; margin:0; overflow :hidden;}


#marcoLogin {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
   
    width: 600px;
    height: 400px;
	  
    background-image: url(Images/FonsLogin.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}
.logo_Login {max-width:100px;  position:absolute; top:20px; left:20px;}

#TblLogin
{
   position: relative;
    top: 33px;
    left: 130px;
    padding: 1px;
    /*border:1px solid #ccc;*/
}
#TblLogin tr{ line-height:26px;}
#TblLogin span {font-size:15px;}
.TituloForm{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	line-height: 16px;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.EtiquetaForm {
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	line-height: 16px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
}
.TextoFormInput{
	
	font-size: 12px;
	font-weight: normal;
   
	color: #333333;
	background-color: #fff;
	text-align: justify;
	padding-right: 3px;
	padding-left: 5px;
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}
.dxeTextBox, .dxeEditArea ,.dxeEditAreaSys {font-family: Verdana;}
.dxeEditAreaSys{color:#517d9d;}
.linkRecordar {font-size:13px; text-align:center; text-decoration:underline;cursor:pointer;}
.linkRecordar:hover{color:#fb8034;}
.botonLogin {font-size:13px; text-align:center; padding:5px 25px; cursor:pointer;border:1px solid #ccc;}
 .botonLogin:hover {    background-color:#b02222; color:#FFF; }
.botonPwd, .botonPwd:hover { background-image: url('Images/bRecordarPWD.png'); background-repeat: no-repeat; background-position: left top; border: none; width: 28px; height: 28px; background-color: transparent; cursor: pointer; padding: 0; }
 .botonPwd:hover {    background-image: url('Images/bRecordarPWD_o.png'); color:#990000; padding:2px 0 0 2px; }

.TextoErrForm
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    color: #FF0000;
    text-align: left;
    vertical-align: text-top;
    line-height: 18px;
    font-weight: normal;
    padding-left: -10px;
   
}

.popupPWD
{
    background-position: 2px 2px;
    font-family: verdana;
    font-size: 12px;
    color: #333333;
    background-color: #FFF;
 
}
.popupPWD .dxpcContent { color: #666; font-size: 13px;}

.textPopup
{
    padding: 5px;
    margin: 0;
    font-family: verdana;
    font-size: 11px;
    color: #333333;
}