/*--------------------------------------------------------------------------
 Clic 2008
----------------------------------------------------------------------------
 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 span { font-size:14pt; display:none}
 
 h1.title{
	width:85%;
	height:37px;
	padding-left:31px;
	margin-left:8px;
 }

 h2.sub{
	width:auto;
	height:17px;
	margin-bottom:5px;
 
 }
 
 h2.subMap {
	  background: url(../img/bullet1.jpg) no-repeat .1em .3em;
	  padding-left:15px;
 }
  h2.subtitle {
	  background: url(../img/bullet1.jpg) no-repeat .1em .3em;
	  font-size:13.5pt;
	  margin-top:10px;
	  margin-bottom:10px;
	  clear:both;
 }
 
 h3 {
	  background: url(../img/bullet2.jpg) no-repeat .1em 50%;
	  padding-left:19px;
	  color:#534524;
	  font-size:11pt;
	  margin-top:10px;
	  margin-bottom:10px;
 }
 
 h3.subCatalog { 
	background: url('../img/app/flechaBgEnd.gif') no-repeat 10px 50%; 
	padding-left:35px;
	margin-top:3px;
}

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


#titleMapaDelSitio { background: url(../img/titles/mapa-del-sitio.jpg) no-repeat 28px 8px;}
#titleInicio { background: url(../img/titles/inicio.jpg) 28px 8px no-repeat;}
#titleUbicacion { background: url(../img/titles/ubicacion.jpg) no-repeat 28px 8px;}
#titleContacto { background: url(../img/titles/contacto.jpg) no-repeat 28px 8px;; }
#titleQuienesSomos { background: url(../img/titles/quienes-somos.jpg) no-repeat 28px 8px;}
#titleServicios { background: url(../img/titles/servicios.jpg) no-repeat 28px 8px;}
#titleSocios { background: url(../img/titles/socios-y-asociados.jpg) no-repeat 28px 8px;}

#en #titleMapaDelSitio { background: url(../img/titles/site-map.jpg) no-repeat 28px 8px;}
#en #titleInicio { background: url(../img/titles/home.jpg) 28px 8px no-repeat;}
#en #titleUbicacion { background: url(../img/titles/ubicacion.jpg) no-repeat 28px 8px;}
#en #titleContacto { background: url(../img/titles/contact-us.jpg) no-repeat 28px 8px;; }
#en #titleQuienesSomos { background: url(../img/titles/who-are-we.jpg) no-repeat 28px 8px;}
#en #titleServicios { background: url(../img/titles/services.jpg) no-repeat 28px 8px;}
#en #titleSocios { background: url(../img/titles/partners.jpg) no-repeat 28px 8px;}
