/*--------------------------------------------------------------------------
 Clic 2008
 ----------------------------------------------------------------------------
 File: generales.css
 Gerardo Gonzalez Flores
 --> gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS general styles for the web site, apply to specific HTML tags
 CSS generales para el sitio, aplicados a etiquetas HTML especifcas .
 --------------------------------------------------------------------------*/
/* General Styles
 -------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
}

body * {
    font-size: 10pt;
    font-family: Arial;
}

p {
    padding-bottom: 1em;
}

img {
    border: none;
}

blockquote {
    margin-left: 30px;
    margin-right: 30px;
}

blockquote div {
    margin-left: 7px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
}
/* Estilos de ULs*/
ul {
    padding: 5px 0px 5px 10px
}

ul li {
    list-style: none;
    background: url(../img/bullet-level-1.gif) no-repeat .1em .3em;
    padding-left: 15px;
    margin-bottom: 5px;
    margin-top: 4px;
}

ul li ul li {
    list-style: none;
    background: url(../img/bullet-level-2.gif) no-repeat .1em .3em;
    padding-left: 15px;
}

ul#siteMap {
    margin-top: 0px;
}

ul#siteMap ul {
    margin-top: 0px;
}

ul#siteMap h2 {
    font-weight: normal
}
/* Imagenes */
img.left {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

img.right {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px
}
/*= General Styles
 -------------------------------------------------------------------*/

