/* BASICS */

/* Formateo de css
--------------------------------------------------------------------------- */
p, ul, ol, dl, dt, dd, li, blockquote, cite, h1, h2, h3, h4, h5, h6 { padding:0; font-weight:normal;   margin:0;}
img{ border:0;}

/*Body -  cuerpo del documento
--------------------------------------------------------------------------- */
body { font-family: Arial, Helvetica, sans-serif; font-size:75%; color:#333333; margin:0.4em; padding:0;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { display:none}
h2 { font-size: 2em; color:#C50C3A; font-weight:bold; clear:both; }
h3 { font-size: 1.5em; color:#C50C3A; }    
h4 { font-size: 1.2em; color:#C50C3A; }      
h5 { font-size: 1.1em; color:#C50C3A; }
h6 { font-size: 1.0em; color:#C50C3A; }

p { padding:0.1em;}

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}


/*Enlaces
--------------------------------------------------------------------------- */

a:link,
a:visited { color:#C50C3A; }
a:hover   { text-decoration:none;color: #000000;}





