/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 File: titulos.css
 Sitio:
 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 {
    width: 98%;
    height: 25px;
    margin-left: 6px;
    /*border:1px solid;*/
    border-bottom: 1px solid #42508C;
    margin-bottom: 5px;
    background: url(../img/titles/bullet.gif) 5pt 4.5pt no-repeat;
}

#titleWrapper { width:100%; }

h1.title span {
    font-size: 13pt;
    margin-left: 20px;
}

h2.sub {
    width: auto;
    height: 17px;
    margin-bottom: 5px;
    margin-top: 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.availabilityMonth {
    background: transparent url(../img/app/flechaBgEnd.gif) no-repeat scroll 3px 50%;
    padding-left: 25px;
    font-size: 9pt;
}
/* =Titles
 
