/*--------------------------------------------------------------------------
 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 {
 	margin:0px;
	padding:0px;
	font-size:10pt;
 }
 
  h3{
 	padding:0px;
	
 }

 h1.title span { font-size:14pt;}
 .home h1.title span { display:none; margin:0px; padding:0px;}
 .home h1.title { margin:0px; padding:0px;}
 h1.title, h2.title{
	
	margin-left:8px;
	padding:10px;
	color:#ffffff;
 }
  h2.title { height:19px;}
 
 .square h1.title{
	width:100%;
	height:25px;
	padding:0px;
	margin:0px;
 }


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

 h3.subCatalog { 
	background: url('../img/app/flechaBgEnd.gif') no-repeat 10px 50%; 
	padding-left:35px;
	margin-top:3px;
}
#tipoDominiosMX h3 {
	display:inline;
	padding:0px;
	margin:0px;
}
/* =Titles
