/*-------------------------------------------------------------------------
 Clic 2006
---------------------------------------------------------------------------
 File: utils.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------	
 Estilos utilitarios pasra proyectos en general
--------------------------------------------------------------------------*/
/*-- Estilos textos y ligas --*/
	
	.noDisplay{
		display:none;
	}
	
	.center, .centrado{
		margin-left:auto;
		margin-right:auto;
	}
	
	.centro {	text-align:center	}
	
	.bold{
		font-weight:bold;
	}

	/*-- Begin Clearfix Hack Classes --*/
	.clearfix:after {
    	content:"."; 
    	display:block; 
    	height:0; 
    	clear:both; 
    	visibility:hidden;
	}
	
	.clearfix {
		display:inline-block;
	}
	
	.clearfix {
		display:block;
	}
	
	* html .clearfix {
		height:1px;
	}
	
	.clearBoth{
	 clear:both;
	}
	/*-- End Clearfix Hack Classes --*/
	
	/*-- images styles --*/
	img.centered, img.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
		
	}

	img.alignright, img.right {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		float:right;
	}

	img.alignleft, img.left {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		float:left;
	}
	

	.alignright {
		float: right;
	}

	.alignleft {
		float: left
	}
/*--------------------------------------------------------------------------
 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
-------------------------------------------------------------------*/