/*--------------------------------------------------------------------------
 Clic 2006
----------------------------------------------------------------------------
 File: titulos.css
 Sitio: www.c2e-us.net
 	    Gerardo Gonzalez Flores
 		--> gerardo AT clic DOT com DOT mx <--
---------------------------------------------------------------------------		
 CSS styles for titles
 Estilos generales para titulos.
--------------------------------------------------------------------------*/

/* Titles
------------------------------------------------------------*/
 h1, h2, h3, h4, h5 {
 	margin:0px;
	padding:0px;
	font-size:10pt;

 }
 
 
/* .title span, .sub span{
	 display:none;
 }*/
 
 h1.title{
	width:auto;
	height:20px;
	margin-left:25px;
	margin-bottom:5px;
	font-size: 12pt;
	
 }

 h2.sub{
	width:auto;
	height:17px;
	margin-bottom:5px;
	margin-top:5px;
 
 }
 
 h2.subMap {
	  background: url(../img/bullet1.jpg) no-repeat .1em .3em;
	  padding-left:15px;
 }
 
 h3 {
	  background: url(../img/bullet2.jpg) no-repeat .1em .3em;
	  padding-left:15px;
 }

/* =Titles
------------------------------------------------------------*/

/* WebPage Titles
------------------------------------------------------------*/

/* #titleInformacionCorporativa{ background: url(../img/titles/informacion-corporativa.jpg)  no-repeat; }*/

