/*****************************************************************
*                                                                *
*                 	  Definición de estilos                      *
*                                                                *
*****************************************************************/

body {
	margin: 0;
	padding: 0;
	color: #666;	
	font-family: arial, lucida, helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	text-align: center; /* IE */
	line-height: 16px;
	background: #096700 url(fondo_web.jpg) top left repeat-x; 
}
