.login_top{
    background:transparent url(../imgs/master_error.gif) no-repeat scroll 0 0;
    height:155px;
    width:540px;
    float:left;
    position:relative;
}

.login_cuerpo {
    background:transparent url(../imgs/bg_error.gif) repeat-y;
    padding:0 15px;
    width:540px;
    float:left;
}

.login_pie {
    background:transparent url(../imgs/master_error.gif) no-repeat scroll 0 -155px;
    height:69px;
    width:540px;
    float:left;
}

.login_cnt
{
    margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	margin-bottom:100px;
    width:540px;	
}

body{
    background-color:#003366;
    color:#003366;
    font-family: Verdana, Arial, Helvetica;
    font-size:11px;
	padding:0;
	margin:0;
}

.login_cnt_campos{
    float:left;
    margin-top:20px;
    padding-left:94px;
	width:306px;
}

.login_cnt_fila{
    float:right;
    margin-top:10px;
	width:306px;
}

.login_cnt_aceptar
{
    float:right;
    margin-top:20px;
	width:306px;
}

.login_txt_campo{
    float:left;
    width:100px;
    font-weight:bold;
    padding-top:3px;
}

.entrar_txt_campo{
    float:left;
    width:120px;
    font-weight:bold;
    padding-top:3px;
}

.login_txt_olvidaste a, .login_txt_olvidaste a:visited{
    float:right;
	font-weight:bold;
	color:#738716;
	font-size:10px;
	margin-top:3px;
	cursor:pointer;
}

.login_txt_olvidaste a:hover{
	color:#003366;
}

.login_boton{
    background:transparent url(../imgs/master_error.gif) no-repeat scroll -166px -224px;
	float:right;
	font-size:10px;
	font-weight:bold;
	height:30px;
	width:110px;
	border:0px;
	color:#ffffff;
	cursor:pointer;
	text-align:center;
}

.login_boton a, .login_boton a:visited{
    color:#FFFFFF;
	float:right;
	height:21px;
	padding-right:27px;
	padding-top:9px;
	text-align:center;
	width:83px;
	text-decoration:none;
}

.login_boton a:hover{
	color:#99cc00;
}


input{
    border:2px solid #99cc00;
    width:200px;
    color:#003366;
}

.input_entrar
{
    border:2px solid #99cc00;
    width:180px;
    color:#003366;
}

.pie{
	position: fixed;
	bottom:15px;
	left:0;
	width:100%;
	color:#FFFFFF;
	text-align:center;
}

.mensaje_info{
	background-color:#fffae5;
	float:left;
	border:1px solid #bb9800;
	padding:3px 5px 4px 5px;
	color:#bb9800;
	font-weight:bold;
	font-size:10px;
}

.mensaje_alerta {
    background-color:#FFEEE9;
    border:1px solid #FE582C;
    color:#FE582C;
    float:left;
    font-size:10px;
    font-weight:bold;
    padding:3px 5px 4px;
}

.logo_link
{
   position:absolute; 
   float:left;
   width:245px; 
   height:88px; 
   top:64px; 
   left:144px;
}

a, a:visited{
	color:#99cc00;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

a:hover{
	color:#ffffff;
}

.pie a, .pie a:visited
{
    color:#99cc00;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}

.pie a:hover{
	color:#ffffff;
}

.login_llave
{
    background:transparent url(../imgs/master_error.gif) no-repeat scroll -166px -254px;
	float:left;
	height:17px;
	width:13px;
	margin-left:48px;
}

