/* BASICS */

/* Formateo de css
--------------------------------------------------------------------------- */
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-weight:normal;}
img{ border:0;}

/*Body -  cuerpo del documento
--------------------------------------------------------------------------- */
body { font-family: Arial, Helvetica, sans-serif; font-size:75%; color:#666666; background:#FFFFFF; margin:0; text-align:justify;}
body { background:url(../img/fons-web.gif) no-repeat left top;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { display:none}
h2 { color:#E76615; font-size:1.3em;}
h3 { color:#E76615; font-size:1.7em; padding: 0 0 1.4em 0; }
h4 { color:#E76615;  }
h5 { font-size:1em;font-weight:bold;}

h2{ font-weight:bold;}

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}


/*Enlaces
--------------------------------------------------------------------------- */
a:link,
a:visited { color:#666666; text-decoration:underline;  }
a:hover   { text-decoration:none; color: #322C21;}

h4 a:link,
h4 a:visited { color:#E76615; text-decoration:underline;  }
h4 a:hover   { text-decoration:none; color: #EA7B39;}


/*Formularios
--------------------------------------------------------------------------- */
input,  textarea { font-size:0.9em;}

textarea { font-family: Arial, Helvetica, sans-serif; font-size:1em;}


