/* 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: "Myriad Pro",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: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
span{
	text-align:justify;
	font-size:1em;
	color: #666666;
	/*font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";*/
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 , h2 , h3  {
font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	margin:0;
	/*font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";*/
font-weight: normal;
	color:#666666;
}
h1 {

	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 2.2em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0.5em;
	margin-left: 0pt;
	color: #222222;
}
h1 a{
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
}
h2 {
	font-size:1.6em;
}
h3 {font-size:1em;}
h4 {font-size:1.2em;font-weight: bold;}
h5 {font-size:0.8em;font-weight: normal; color:#0099FF;}
