/* BASICS */

/* Formateo de css
--------------------------------------------------------------------------- */
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;}

/*
font-family: "Lucida Grande", Arial, Sans-serif;

	font-size: 9pt;

	line-height: 180%;*/


/*Body -  cuerpo del documento
--------------------------------------------------------------------------- */
body { font-family: Arial, Helvetica, sans-serif; font-size:75%; color:#333333; background:#FFF;text-align:center;  margin:auto 0;}

/*Estructura de titulares
--------------------------------------------------------------------------- */
h1 { font-size: 2.3em; color:#669900; font-family:Trebuchet MS,Arial,Helvetica,sans-serif; padding-left:0.3em; }
h2 { font-size: 1.5em; font-weight:bold; }
h3 { font-size: 1.3em; font-weight:bold; padding:0.5em 0;}    
h4 { font-size: 1.3em;}      
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

p { padding:0.3em;}

/*Varios
--------------------------------------------------------------------------- */
.right { text-align:right;}
.left  { text-align:left;}
.clear { clear:both;}





