@charset "utf-8";
/* CSS Document */
body{ background: #fff;}
body a{color:#fff;text-decoration:none;}
.index_pies{
	color:#fff;
}
.index_pies a{color:#fff;text-decoration:none;}

#div_form{
width:190px;
background:#fff; 
padding:10px;
border-radius:5px;
}
.frm_ingreso_txt{
	border:solid 1px #999;
	border-radius:4px;
	padding:4px; 
	width:180px;
	margin:0px;
}
.index_nocuenta{color:#09c;}
.frm_titulo{color:#F00;font-weight:bolder;}
#boton{
	border: solid 1px  #FF0000; 
	background: #800000; 
	color:#FFF; 
	font-size:12px; 
	padding:2px 2px 2px 2px; 
	border-radius:4px;
}
#error{color:red; height:20px;}