/*--------------------------------------------------------------------------
 Clic 2007
----------------------------------------------------------------------------
 File: generales.css
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT 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
-------------------------------------------------------------------*/
 * {
 	margin:0px;
	padding:0px;
 }
body{
 background:url(img/backgroundPage.jpg) center no-repeat top;
}
 body, select, input, textarea{
 	font-size:10pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	
 }
 
 p { padding-bottom:1em;}
 
 img{ border:none; }
 
 blockquote{
	margin-left:20px;
	margin-right:20px; 
 }
  h1, h2, h3, h4, h5 {
 	margin:0px;
	padding:0px;
	font-size:13pt;
 }
 a{
 	color:#000000; 
	text-decoration:none;
  }
  a:hover{
   	text-decoration:none; 
  }
  a:visited{
 	text-decoration:none;
  }
/*= General Styles
-------------------------------------------------------------------*/