/*--------------------------------------------------------------------------
 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;
 }

 h1.title span { font-size:14pt;}
 
 h1.title, h2.title{
	width:98%;
	margin-left:8px;
	padding-top:10px;
	color:#333;
	margin-bottom: 10px;
 }
 
 
 h1.view span { font-size:14pt;}
 
 h1.view, h2.view{
	width: 690px;
	/*height: 94px;*/
	/*background: url(../img/view-bg.png) no-repeat;*/
	margin-bottom: 10px;
	padding: 10px;
	font-style: italic;
	background-color: #F5F5F1;
	border-radius: 10px;
 }
 
  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 {
	  background: url(../img/bullet2.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;
}


