/*  CSS Document                      */
/*  Diseño: Alejandro Arce            */
/*  © copyright-2007                  */
/*  e-mail: tintayluz@ciudad.com.ar   */
/*  estilo pie                        */

html, body{ 
 	margin:0; 
 	padding:0; 
 	text-align:center; 
 	font-family:Arial, Helvetica, sans-serif;
 	font-size: 10pt;
   	line-height: 18px;
  	color: #000;
	background:url(fondo_n.jpg);
	background-color:#fff;
 	background-repeat: no-repeat;
 	background-position:top;
} 
textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 13px;
	color: #666666;
	background-color:#FFFFFF;
	border: solid 1px #bbbbbb;	
}
.area_texto{
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	font-size: 13px;
	color: #666666;
	border: solid 1px #bbbbbb;	
	background-image: url(color_text_area_n.jpg);
	background-repeat: repeat-y;
}
.formulario{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 13px;
	color: #666666;
	border: solid 1px #bbbbbb;	
	text-align:left; 
	background-image: url(fdo_cont_n.jpg);
	background-repeat: repeat-x;
}
.form_usuario{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 13px;
	color: #666666;
	border: solid 1px #bbbbbb;	
	text-align:left; 
	background-image: url(fnd_contrasenia_n.jpg);
	background-repeat: repeat-x;
}
.form_usuario a{
	text-decoration:none; 
	color:#FA0;
}
.form_usuario a{
	text-decoration:none; 
	color:#d90;
}

#pie{  
 	text-align:center; 
 	font-family:Arial, Helvetica, sans-serif;
 	font-size: 10px;
   	line-height: 18px;
  	color: #666;
	background:url(pie_n.jpg);
	background-color:#fff;
 	background-repeat: no-repeat;
 	background-position:top;
} 

/*  barra inferior  */
.flecha a:hover{
	text-decoration:none; 
	color:#000;
	font-size:12px;
	background: transparent url(flecha_ch_o.gif) no-repeat center left;
	padding-left: 8px;
}
.flecha a{
	text-decoration:none; 
	color:#999;
	font-size:12px;
	background: transparent url(flecha_ch.gif) no-repeat center left;
	padding-left: 8px;
}
.hoja a:hover{
	text-decoration:none; 
	color:#333;
	font-size:12px;
	background: transparent url(hoja_ch_o.gif) no-repeat center left;
	padding-left: 12px;
}
.hoja a{
	text-decoration:none; 
	color:#999;
	font-size:12px;
	background: transparent url(hoja_ch_p.gif) no-repeat center left;
	padding-left: 12px;
}
