/*
Azul        226fbf
Amarillo    FFE152
*/

/*****************************************************************************/
/*                                                                           */
/*****************************************************************************/
body {
    color:              #FFFFFF;
    background-color:   #226fbf;
    margin:             0px;
    font-family:        sans-serif;
    text-align:         justify;
}

/*****************************************************************************/
/*                                                                           */
/*****************************************************************************/
div.Titulo {
    height:             90px;
    width:              100%;
    background-color:   #226fbf;
    border-bottom:      10px solid #FFE152;

}

div.Titulo img{
    margin:             5px 5px;

}

/*****************************************************************************/
/*                                                                           */
/*****************************************************************************/
div.Menu{
    background-color:   #226fbf;
    text-align:         center;
    height:             25px;
    margin:             0px;
    padding:            0px;
}

div.Menu a{
    color:              white;
    font-weight:        bold;
    text-decoration:    none;
    height:             30px;
    margin:             0px;
    padding:            1px;
}

div.Menu a:hover{
    background-color:   #FFE152;
    color:              black;
}

div.Menu span{
    font-weight:        bold;
    text-decoration:    none;
    height:             30px;
    margin:             0px;
    padding:            1px;
    background-color:   #FFE152;
    color:              black;
}

div.Menu img {
    margin:             0px 3px;
    padding:            0px;
    border:             none;
}

div.Submenu{
    background-color:   #226fbf;
    text-align:         center;
    height:             20px;
    margin:             10px auto;
    padding:            0px;
    width:              850px;
}
/*****************************************************************************/
/*                                                                           */
/*****************************************************************************/
div.Cuerpo {
    background-color:   transparent;
    margin:             15px;
    padding:            5px;
}

div.Cuerpo div {
    width:              800px;
    margin:             50px auto;
    text-align:         justify;
    font-size:          12pt;
    line-height:        1.2;
    text-indent:        1em;
}

/*
div.Cuerpo div p:first-letter {
    font-size:          xx-large;
    vertical-align:     top;
    font-weight:        bold;
    float:              left;
    margin:             0px;
    padding:            0px;
}
*/

div.Cuerpo div p {
    margin:             20px;
    padding:            0px;
}

table.texto {
    margin              :0px auto;
}

img.Texto {
/*    float:            left;
    margin:             0px 10px;*/
    border:             2px solid white;
}

div.Cuerpo h1 {
    font-size:          14pt;
    font-weight:        bold;
}

div.Cuerpo h2 {
    font-size:          17pt;
    font-weight:        bold;
    color:              #FFE152;
}

div.cuerpo ul {
    list-style-type:    disc;
}

div.separador {
    height:             2px;
    width:              400px;
    background-color:   #FFE152;
    margin:             0px auto;
}

table.texto td.imagen{
    width:              200px;
    vertical-align:     5px top;
}

table.texto td.texto{
    width:              600px;
}


/*****************************************************************************/
/*                                                                           */
/*****************************************************************************/
div.Pie {
    background-color:   #FFE152;
    width:              100%;
    height:             50px;
    border-top:         10px solid #FFE152;
    margin:             0px;
    padding:            0px;
    padding-bottom:     5px;

    position:           fixed;
    bottom:             0px;

}

div.Pie p {
    text-align:         left;
    vertical-align:     top;
    color:              black;
    float:              left;
    width:              45%;
    margin:             0px 0px;
    padding:            0px 10px;
    font-weight:        bold;
    font-size:          11pt;
}

div.Pie p img {
    vertical-align:     top;
    margin:             0px 8px;
}

div.Pie p + p {
    text-align:         right;
    float:              right;
}

div.Pie p + p + p {
    width:              100%;
    margin:             0px;
    padding:            3px;
    text-align:         center;
    float:              center;
    font-size:          7.5pt;
}



a{
    color:              black;
    font-weight:        bold;
    text-decoration:    none;
}

a:hover{
    background-color:   #FFE152;
    color:              FFE152;
}
