body {
	/*  margin: f0px;
	padding: 0px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-repeat: repeat-x;
	color: #fff;*/
	
	background-color: #d6d6d6;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin: 0px;

}

/*  html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html, body {
    background-color: #A5A5A5;
}*/

/* .img_inicial {
    float: left;
    margin: 10px 20px;
	width: 422px;
	height: 278px;
	background-image: url(../images/imginicial.jpg);
	background-repeat: no-repeat;*/
}

/*  .login {
	float: right;
	background-image: url(../images/bg_login_inicio.jpg);
	width: 397px;
	height: 214px;
	margin: 40px 20px;*/
}


#area_trabajo{
	padding: 25px 20px 25px 20px;
}
#img_back_login{
	background:url(../images/img_back_login.png);
	background-repeat:repeat-x;
	width:100%
	height: 168px;
	
}
#img_back_centro{
		background:url(../images/img_back_login2.png);
		background-repeat:repeat-x;
		width:700px;
		height:168px;
}
#area_login{
	width:700px;
	height:129px;

	
}
#area_recuperar_contrasena{
	width:700px;
	height:20px;
	margin-top:-15px;
	
}
#area_recuperar_contrasena a{
	text-decoration:none;
	color: #000000;
}
#area_recuperar_contrasena a:hover{
	text-decoration:underline;
	color:#cc0000;
}





/* estilos header */

#header{
	background-image:url(../imagen/bg_header_breadcrumb.png);
	background-repeat:repeat-x;
	height:44px;
}
 /* #	 {
	background:url(../images/img_logo_banortegenerali.png);
	background-repeat:no-repeat;
	width: 227px;
	height: 33px;
	padding: 0 20px 0 0;
	float: right;
}   */
#breadcrumb  {
	color:#ffffff;
	padding:12px 0 0 20px;
	float:left; 
	font-style:italic; 
	font-weight:bolder; 

}
a.breadcrumb {	
	color : #ffffff;
	text-decoration : none;
	
}
a:hover.breadcrumb {
	color : #cccccc;
	text-decoration : none;
} 

/*estilos footer*/
#footer{
	height:43px;
	background:url(../images/bg_footer.png);
	background-repeat:repeat-x;
	clear:both;
	
	position:absolute; 
	bottom:0; 
	width:100%;
}
#footer_izquierda  {
	color : #ffffff;
	padding: 15px 0 0 20px;
	float:left;
}
#footer_derecha  {
	color : #ffffff;
	text-align: right;
	padding: 15px 20px 0 20px;
	float:right;
}
 #area_login{
	width:700px;
	height:129px;
	padding-top:10px;
	
} 


/*  a.footer{
	color:#ffffff;
	text-decoration : none;
}
A:hover.footer {
	color : #c60a11;
	text-decoration : none; */
}  

.login a:hover {
    color: #F70;
    text-decoration: underline;
}
.login a {
    font-size: 12px;
    color: white;
    text-decoration: none;
}


.login_messages {
	float: right;
	width: 397px;
	height: 20px;
	text-align: center;
	vertical-align: middle;	
	margin-top: 8px;
	font-size: 12px;
}

.login_messages_login {
	float: right;
	width: 250px;
	height: 15px;
	font-size: 12px;
}




.login_form {
	/* float: right;
	width: 397px;
	height: 148px;
	vertical-align: middle;*/
	font-size:16px;
	width:600px;
	height:130px;
	padding-top:10px;

}

.login_controls {
	/* float: right;
	width: 397px;
	height: 32px; */
	
	width:700px;
	height:129px;
	padding-top:10px;

}


.login_controls_recpass {
	float: left;
	width: 227px;
	height: 32px;
	vertical-align: middle;	
	padding-left: 20px;
}

.login_controls_enviar {
	width:82px;
	height:30px;
   	background:url(../images/botones/btn_entrar1.png) top center no-repeat #fff;
	border:0px;
	float: right;
	text-align : right;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: none;	
}

.login_controls_enviar:hover{
	background:url(../images/botones/btn_entrar2.png) bottom center no-repeat #fff;
	color:#000;
}


.tablainicio {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 5%;
    width: 90%;
}
	.tablainicio tbody { width:100%;}
	.tablainicio tr { width:100%;}
	.tablainicio td { padding:4px 0; }

.inputinicio {
 background-color: #f2f2f2;
 font-size: 14px;
 color: #333333;
 padding: 1px;
 font-weight: normal;
 width: 92% !important;
 border: 1px solid #fff;
}

.inputinicio:hover {
 background-color: #e7dede;
}


.error {
	font-size: 12px;
	color: red;
}

.button_entrar{
	width:82px;
	height:30px;
   	background:url(../images/botones/btn_entrar1.png) top center no-repeat #fff;
	border:0px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	float:right;
}
.button_entrar:hover{

	background:url(../images/botones/btn_entrar2.png) bottom center no-repeat #fff;
	color:#000;
}