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

h1.title {
    width: 85%;
    height: 25px;
    /*margin-left:5px;*/
    /*border:1px solid;*/
    padding-left: 30px;
    margin-left: 8px;
    padding-top: 5px;
    color: #003399;
    background: url(../img/titles/title-bg.jpg) no-repeat 0px 5px;
}

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

