/*--------------------------------------------------------------------------
 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
-------------------------------------------------------------------*/
 * {
 	margin:0px;
	padding:0px;
	font-size:9pt;
	
 }
 body{
 	font-size:9pt;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Verdana", "Arial", "sans-serif";
	background:url(img/backgroundPage.jpg) center no-repeat top;
 }
 
 p { padding-bottom:1em;}
 
 img{ border:none; }
 
 blockquote{
	margin-left:30px;
	margin-right:30px; 
 }
 
  blockquote div{
  	margin-left:7px;
  }
  a{
 	color:#B43B33; 
	text-decoration:none;
  }
  a:hover{
  	color:#333333;
 	text-decoration:underline; 
  }
  a:visited{
 	color:#B43B33; 
  }
 #buscarSubmit { border:0px;}
  div.textLeft { text-align:left;}
  div.textRight { text-align:right;}
/*= General Styles
-------------------------------------------------------------------*/
ul.bullets { padding: 5px 0px 5px 10px}
ul.bullets li
{
  list-style:none;
  background: url(../img/bulletr.jpg) no-repeat .1em .3em;
  padding-left:15px;
}
ul.bullets  ul li
{
  list-style:none;
  background: url(../img/bulletr-grey.jpg) no-repeat .1em .3em;
  padding-left:15px;
}
input { border:1px solid #ABADB3; padding-top:2px; padding-bottom:2px}
.clearboth { clear:both; height:5px;} 

.hide{display:none;} 
.show{display:inherit;} 
