/* 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:#333333; background:#FFF; margin:0; padding:0;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { font-size: 3.2em;  font-family:"Times New Roman", Times, serif; padding: 0 0.2em ; }
h2 { font-size: 2em;  color:#669900; padding:0.2em 0.4em 0.3em 0.4em;}    
h3 { font-size: 1.6em; font-weight:bold; padding:0.2em;}
#contenido div#bloc_esquerre h2, #contenido div#bloc_dreta h2 { font-size: 1.2em;  font-weight:bold; padding:0.2em;}   
h4 { font-size: 1.2em;  font-weight:bold; padding:0.2em;}
h5 { font-size: 1.1em; }

h1 a:link,
h1 a:visited { color:#333333;   text-decoration:none; }
h1 a:hover   { color: #000000; text-decoration:underline;} 

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}


/*Enlaces
---------------------------------------------------------------------------
a:link,
a:visited { color:#333333; }
a:hover   { text-decoration:none;color: #000000;} */


/*Listados
---------------------------------------------------------------------------*/
ul  { padding:0.3em 0 0 2em;  }
li  { padding:0.3em 0 0 0 ; list-style-type:square; }


/*Formularios
--------------------------------------------------------------------------- */
input,  textarea { font-size:1em; }


