/*--------------------------------------------------------------------------
 Clic 2007
----------------------------------------------------------------------------
 File: generales.css
 Author:Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
		http://www.clic.com.mx

---------------------------------------------------------------------------		
 CSS general styles for the web site, apply to specific HTML tags
 CSS generales para el sitio, aplicados a etiquetas HTML especifcas .
--------------------------------------------------------------------------*/

/* General Styles
-------------------------------------------------------------------*/
 div, img, span, form, script, body, h1, h2, h3, h4{
   margin:0px;
   padding:0px;
 }
 
 
body, textarea, input, select{
 	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	font-size:9pt;
}
 

 body{
	background:url(img/backgroundPage.jpg) center no-repeat top;
	background:#EDE7DA; 
 }
 
 
/* p { padding-bottom:1em;}*/
 
 img{ border:none; }
 
 blockquote{
	padding:0px;
	margin:0px;
	margin-left:20px;
 }
 
 
  blockquote div{
  	margin-left:7px;
  }
 
  a{
 	color:#000000; 
	text-decoration:none;
  }
  a:hover{
  	color:#000000;
 	text-decoration:underline; 
  }
  a:visited{
 	color:#000000; 
  }
  li {
 	list-style:none;
	list-style-image:url(../img/bullet_verde.jpg); 
  }
  
/*= General Styles
-------------------------------------------------------------------*/