/* BASICS */
/* Formateig de la fulla de estils
--------------------------------------------------------------------------- */
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 { padding:0; margin:0; font-weight:normal; }
img{ border:0;}
ul, li { list-style-type:none; padding:3px 0; margin:0;}


/*Body
--------------------------------------------------------------------------- */

body { font-family: Arial, Helvetica, sans-serif; font-size:75%; color:#4C4133; text-align:left;  margin:0; background:#FFFFFF;}

.fleft{float:left;}
.fright{float:right;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { font-size:28px; color:#D24C1F; clear:both; }
h2 { font-size:18px; color:#4C4133; padding-top:3px;}
h3 { font-size:14px; font-weight:bold; }

p { padding:5px 0; line-height:150%;}

.clear { clear:both;}




/*Enlaces
--------------------------------------------------------------------------- */
a:link,
a:visited { color:#4C4133; text-decoration:underline; }
a:hover   { text-decoration:none; color:#2C241D;}
a.nodecoration { text-decoration:none; }
