/*--------------------------------------------------------------------------
 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; } 
 h2.sub span { font-size:14pt; display:none;}
 
 
h1.title{
	width:90%;
	padding-left:27px;
	margin-left:8px;
	padding-bottom:10px;
 }
 
 
 #contenido h2 {
 	color:#0C3D75;
	font-size:12pt;
	padding:.3em 0px 0px 25px;
	background: url(../img/titles/flame-bullet-small.png) left -0.2em no-repeat;
	min-height: 27px;
    height: auto !important;
    height: 27px;
 }
 
#contentHeader h1.title{
	color:#0C3D75;
	min-height: 38px;
    height: auto !important;
    height: 38px;
 }


 h2.sub{
	width:auto;
	height:17px;
	margin-bottom: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;
 }
 
 h3.subCatalog { 
	background: url('../img/app/flechaBgEnd.gif') no-repeat 5px 50%; 
	padding-left:30px;
	margin-top:0px;
	margin-bottom:10px;
}

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



