html, body { background-color:#67686a; background-image:url(images/fondo.gif); background-repeat:repeat-x; }
	

/*txt*/
html, body, .p_gral, .ul_gral, .txt_gral, .a_gral { font-family:Arial, Helvetica, sans-serif; font-size:13px; color:#67686a;}
h1, h2, h3, h4, h5, h6 { } 


/*links list*/
ul, ol, li  { list-style:none; }
a, a:link, a:hover, a:visited, a:active  {text-decoration: none;}


/*firma*/
.div_firma{ width:850px; height:60px; margin-right:10px; }
.div_firma p {text-align:center; font-size:11px; color: #abacae; margin-top:15px;}
.div_firma p a { color:#fa9849; text-decoration:underline;}
.div_firma p a:hover { color: #fb7102;}



/*linea*/
#line_gral { width:100%; margin:0px; padding:0px; margin-top:10px;}





/*divs auxiliares*/
.hide{ display:none;}

