/* CSS Document */

/*
* Filename: formatoTexto.css * Nombre del fichero: grid.css
* Version: 1.0.0 (18/03/2008)DD-MM-YYYY 
* Website: http://jagonzalez.com.ar 
* Author: Daniel Gorosito 
* Description: formato de texto.

== STRUCTURE: ==========================================
* Page width: 920 px 
* Ancho del cuerpo central:710px
* Number of columns:  2, encabezado y columna derecha para banners como tercer columna
============================================ ============================================
*/

* {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
p{
	text-align:justify;
	font-size:1em;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	line-height: 1.8em;
}
h1 , h2 , h3  {margin:0; font-family: Geneva, Arial, Helvetica, sans-serif;font-weight: normal; color:#333333;letter-spacing: -1px;}
h1 {font-size:1.6em;}
h2 {font-size:1.6em;}
h3 {font-size:1em;}
h4 {font-size:1.2em;}

