/*--------------------------------------------------------------------------
 Clic 2006
----------------------------------------------------------------------------
 File: generales.css
 Sitio: www.c2e-us.net
 	    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
-------------------------------------------------------------------*/
 body * {
 	margin:0px;
	padding:0px;
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
 }

 body{
	background:url(img/backgroundPage.jpg) center no-repeat top;
	font-size:9pt;	
 }
 
 textarea, select {font-size:10pt; }

 
 p { padding-bottom:1em;}
 
 img{ border:none; }
 
 blockquote{
	margin-left:30px;
	margin-right:30px; 
 }
 
  blockquote div{
  	margin-left:7px;
  }
  a{
 	color:#000000; 
	text-decoration:none;
  }
  a:hover{
  	color:#000000;
 	text-decoration:underline; 
  }
  a:visited{
 	color:#000000; 
  }
  a.highlight, #flashBody #flashMessage span a.highlight{ font-weight:bold; color:#353761; }
  a.hightlight:hover {text-decoration: underline;}
  
  #contenido ul{list-style:none; margin-left:10px}
  ul li{list-style:none; margin-left:10px}
  ul li {padding-left:16px; background:url(../img/bullet2.jpg) no-repeat 0px .2em}
  ol li{ margin-left:27px;  padding-left:0px; }
  #contenido ul li {padding-left:16px; background:url(../img/bullet2.jpg) no-repeat 0px .2em}
/*= General Styles
-------------------------------------------------------------------*/