.body {
    font-family: 'Century Gothic';
}
/*VÍNCULOS LINKS*/

a.ALINK {
    background-color: transparent;
    color: #7B1040;
    text-decoration: underline;
    font-weight:normal;
}

    a.ALINK:hover {
        background-color: transparent;
        color: #7B1040;
        text-decoration: underline;
        font-size: 11px;
        font-weight:bold;
    }

.BORDES_CLAROS {
    font-family: 'Century Gothic';
    background-color: #FBFBFB;
    padding-right: 5px;
}

a.recursos {
    font-family: 'Century Gothic';
    background-color: transparent;
    padding-left: 20px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 10px;
    background-image: url(images/divisores/BULLET_MORADO.png);
}

    a.recursos:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        padding-left: 20px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
        background-image: url(images/divisores/BULLET_MORADO.png);
    }

a.noticiasULS {
    font-family: 'Century Gothic';
    background-color: transparent;
    padding-left: 20px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    background-image: url(images/divisores/BULLET_MORADO.png);
}

    a.noticiasULS:hover {
        font-family: 'Century Gothic';
        background-color: #262626;
        padding-left: 20px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #8C8C8C;
        text-decoration: none;
        font-size: 10px;
        background-image: url(images/divisores/BULLET_MORADO.png);
    }

a.noticiasULS_negro {
    font-family: 'Century Gothic';
    background-color: transparent;
    padding-left: 30px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
    background-image: url(images/divisores/BULLET_MORADO.png);
}

    a.noticiasULS_negro:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        padding-left: 30px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #8C8C8C;
        text-decoration: none;
        font-size: 11px;
        background-image: url(images/divisores/BULLET_MORADO.png);
    }

/*ESTILOS DE LAS CAJAS*/

.cajasGrises {
    background-color: #323234;
    padding: 5px;
    padding-top: 10px;
}

/*ESTILOS DEL AUTOCOMPLETE*/
#demoIzq, #demoDer {
    border: 1px dashed;
    width: 296px;
    background-color: #EAEAEA;
    text-align: center;
}

#demoDer {
    float: right;
    position: relative;
}

#lista {
    position: absolute;
    width: 141px;
    background-color: #EAEAEA;
    color: #000000;
    border: 1px dotted;
    border-color: #000000;
    z-index: 1;
    top: 25px;
    left: 76px;
    display: none;
}

.resaltado {
    background-color: #FFFFFF;
    color: #000000;
    cursor: pointer;
}

.normal {
    background-color: #EAEAEA;
    color: #000000;
    padding-right: 5px;
}

.textosNoticias {
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
}

.bordeNoticias {
    background-color: #FFFFFF;
    padding: 10px;
    text-align: justify;
}

.fechas {
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #135F83;
    text-decoration: none;
}

/*-------------------FIN DEL ESTILO-------------------------*/
/*estilos propios*/
.ULS {
    padding-left: 25px;
    background-image: url(images/divisores/BULLET_MORADO.png);
    font-family: 'Century Gothic';
    text-align: justify;
}

.ULS2 {
    padding-left: 5px;
    font-family: 'Century Gothic';
    font-weight: bold;
}

.textos_tablas {
    font-family: 'Century Gothic';
    font-size: 12px;
    padding-left: 5px;
    color: #6f6f6f;
    margin-top: 0px;
    vertical-align: text-top;
    border: 1px solid #b6b6b6;
}

.alinear_top {
    margin-top: 0px;
    vertical-align: text-top;
}

.fondo_cuadros {
    color: #FFFFFF;
    font-family: 'Century Gothic';
    font-size: 11px;
    background-color: #650A34;
    border: 1px solid #CFCFCF;
    padding-left: 2px;
}
/*ESTILO DE BUSCADOR*/
.fondo_cuadrosBus {
    font-family: 'Century Gothic';
    color: #000000;
    font-size: 11px;
    background-color: transparent;
    border: none;
    padding-left: 10px;
}

.fondo_cuadrosBus2 {
    font-family: 'Century Gothic';
    color: #650A34;
    font-size: 11px;
    background-color: transparent;
    border: 1px solid #650A34;
    padding-left: 10px;
}

.cerrar_ventana {
    font-family: 'Century Gothic';
    font-size: 11px;
    background-color: #ffffff;
    border: 1px solid #CFCFCF;
    padding-left: 2px;
    color: #D20039;
    font-weight: bold;
    text-decoration: underline;
}

.campos {
    font-family: 'Century Gothic';
    font-size: 12px;
    color: #000000;
    background-color: #ebebeb;
    padding-left: 5px;
}

.textos1 {
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #650a34;
    text-decoration: none;
    border: none;
    padding-right: 5px;
}

.textos2 {
    font-family: 'Century Gothic';
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding-bottom: 5px;
}

.CentradoTitulo {
    font-family: 'Century Gothic';
    font-size: 11px;
    font-weight: bold;
    color: #650a34;
    text-decoration: none;
    border: none;
    padding-right: 5px;
    text-align: center;
}

.CentradoPie {
    text-align: center;
    font-style: italic;
}
/*VÍNCULOS ARRIBA*/
a.vinculosArriba {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    font-size: 11px;
}

    a.vinculosArriba:hover {
        background-color: transparent;
        color: #999999;
        text-decoration: underline;
        font-size: 11px;
    }

/*VÍNCULOS MENU ARRIBA OK*/

a.vinculosMenu {
    background-color: transparent;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 11px;
}

    a.vinculosMenu:hover {
        background-color: transparent;
        color: #ffffff;
        text-decoration: underline;
        font-size: 11px;
    }

/*VÍNCULOS RELACIONES INTERNACIONALES OK*/

a.relacionesInt {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #650A33;
    text-decoration: none;
    font-size: 11px;
}

    a.relacionesInt:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        color: #000000;
        text-decoration: underline;
        font-size: 11px;
    }

/*NOTICIAS*/
a.noticias1 {
    font-family: 'Century Gothic';
    background-color: transparent;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 10px;
}

    a.noticias1:hover {
        font-family: 'Century Gothic';
        background-color: #262626;
        padding-left: 1px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
    }

a.menuIzq {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 10px;
}

    a.menuIzq:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 10px;
    }

a.menuIzq2 {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 9px;
}

    a.menuIzq2:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 9px;
    }

a.TabLink {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    padding-left: 4px;
}

    a.TabLink:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        color: #8C8C8C;
        text-decoration: underline;
        font-size: 10px;
        padding-left: 4px;
    }

a.inscripciones {
    font-family: 'Century Gothic';
    background-color: transparent;
    color: #8C8C8C;
    text-decoration: none;
    font-size: 12px;
    padding-left: 4px;
    font-weight: bold;
}

    a.inscripciones:hover {
        font-family: 'Century Gothic';
        background-color: transparent;
        color: #ffffff;
        text-decoration: none;
        font-size: 12px;
        padding-left: 4px;
        font-weight: bold;
    }

a.cec {
    font-family: 'Century Gothic';
    background-color: transparent;
    padding-left: 0px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}

    a.cec:hover {
        font-family: 'Century Gothic';
        background-color: #262626;
        padding-left: 0px;
        padding-right: 1px;
        padding-top: 5px;
        padding-bottom: 5px;
        color: #8C8C8C;
        text-decoration: none;
        font-size: 10px;
    }

.modulosTitulos {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding-left: 4px;
}

.TITLES {
    font: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #494949;
    padding-left: 15px;
    padding-bottom: 15px;
}

.carreras {
    font-size: 16px;
    font-weight: bold;
    color: #650A33;
    padding-left: 20px;
}

.cancelar {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
}

/*-----------------------------------------FIN ESTILOS PROPIOS----------------------*/
/* CSS Document */
body {
    padding: 0px;
    margin: 0px;
    color: #000000;
    font: 11px Arial;
}

div, p, ul, h2, img {
    padding: 0px;
    margin: 0px;
}

ul {
    list-style-type: none;
}

/*----TOP PANEL----*/
#topPan {
    width: 778px;
    height: 87px;
    position: relative;
    margin: 0 auto;
}

    #topPan #ImgPan {
        width: 229px;
        height: 52px;
        background: #fff;
        color: #666;
        position: absolute;
        top: 35px;
        left: 0px;
        padding: 0 0 0 35px;
    }

        /*TAMAÑO DEL LOGO*/
        #topPan #ImgPan img {
            width: 203px;
            height: 150px;
        }

    #topPan ul {
        width: 480px;
        height: 32px;
        position: absolute;
        top: 43px;
        right: 45px;
    }

        #topPan ul li {
            width: 80px;
            height: 32px;
            float: left;
        }

            #topPan ul li a {
                width: 78px;
                height: 32px;
                display: block;
                background: url(images_forex/topmenu-normal.jpg) 0 0 no-repeat #F5F4F4;
                color: #666;
                text-decoration: none;
                font-size: 11px;
                font-weight: bold;
                text-align: center;
                line-height: 32px;
                margin: 0 2px 0 0;
            }

                #topPan ul li a:hover {
                    background: url(images_forex/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4;
                    color: #fff;
                    text-decoration: none;
                }

            #topPan ul li.home {
                background: url(images_forex/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4;
                color: #fff;
                text-decoration: none;
                font-size: 12px;
                font-weight: bold;
                text-align: center;
                line-height: 32px;
            }
/*----/TOP PANEL----*/
/*----BODY PANEL----*/
#bodyPan {
    width: 689px;
    position: relative;
    margin: 0 auto;
}

    #bodyPan p.toptextpadding {
        padding: 25px 0 0;
    }

    #bodyPan p span {
        background: #fff;
        color: #D20039;
    }

    #bodyPan p.more {
        width: 81px;
        height: 22px;
        display: block;
        margin: 0 0 0 606px;
        background: url(images_forex/more-bg.gif) 0 0 no-repeat;
    }

        #bodyPan p.more a {
            width: 70px;
            height: 22px;
            display: block;
            background: url(images_forex/arrow1.gif) 1% 60% no-repeat;
            line-height: 22px;
            text-decoration: none;
            padding: 0 0 0 11px;
        }

            #bodyPan p.more a:hover {
                background: url(images_forex/arrow2.gif) 1% 60% no-repeat;
                text-decoration: none;
            }
/*----Body Middle Panel----*/
#bodyMiddlePan {
    width: 900px;
    position: relative;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
/*----Middle Left Panel----*/
#MiddleLeftPan {
    width: 232px;
    float: left;
}

    #MiddleLeftPan p {
        padding: 14px 0 0;
        line-height: 18px;
    }

        #MiddleLeftPan p.largegraytext {
            font-size: 18px;
        }

        #MiddleLeftPan p.more {
            width: 81px;
            height: 22px;
            display: block;
            margin: 15px 0 0 145px;
            background: url(images_forex/more-bg.gif) 0 0 no-repeat;
            padding: 0px;
        }

            #MiddleLeftPan p.more a {
                width: 70px;
                height: 22px;
                display: block;
                background: url(images_forex/arrow1.gif) 1% 60% no-repeat;
                line-height: 22px;
                text-decoration: none;
                padding: 0 0 0 11px;
            }

                #MiddleLeftPan p.more a:hover {
                    background: url(images_forex/arrow2.gif) 1% 60% no-repeat;
                    text-decoration: none;
                }

        #MiddleLeftPan p.chat {
            width: 232px;
            height: 70px;
            padding: 14px 0 36px;
        }

            #MiddleLeftPan p.chat a {
                width: 232px;
                height: 70px;
                display: block;
                background: url(images_forex/24hours.gif) 0 0 no-repeat;
                text-indent: -20000px;
            }

                #MiddleLeftPan p.chat a:hover {
                    background: url(images_forex/24hours.gif) 0 0 no-repeat;
                    text-indent: -20000px;
                }

    #MiddleLeftPan h2 {
        width: 210px;
        height: 50px;
        display: block;
        background: url(images_forex/icon1.jpg) 100% 0 no-repeat #fff;
        color: #D20039;
        border-bottom: 1px dashed #BDB9B9;
        font-size: 24px;
        line-height: 22px;
        padding: 0 20px 0 0;
    }

        #MiddleLeftPan h2 span {
            background: #fff;
            color: #545454;
            font-weight: bold;
            font-size: 14px;
            text-transform: uppercase;
        }

/*----/Middle Left Panel----*/
/*----Middle Right Panel----*/
#MiddleRightPan {
    width: 550px;
    float: left;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 20px;
}

#MiddleRightTopPan {
    width: 384px;
    height: 203px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 40px;
    margin-left: 0;
    padding-top: 29px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*TITULOS VERDES*/
.TITULOSVERDES {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #650A33;
    padding-bottom: 15px;
}

#MiddleRightTopPan p.fresh {
    width: 130px;
    height: 36px;
    display: block;
    margin: 0 0 0 208px;
    font-size: 15px;
    text-transform: uppercase;
}

#MiddleRightTopPan p.business {
    width: 170px;
    height: 25px;
    display: block;
    margin: 0 0 0 210px;
    background: url(images_forex/dotline.gif) 0 100% repeat-x #fff;
    color: #6BB600;
    font-size: 25px;
    text-transform: uppercase;
    text-align: right;
}

#MiddleRightPan h2 {
    width: 380px;
    height: 20px;
    background: url(images_forex/dotline.gif) 0 100% repeat-x #fff;
    color: #6BB600;
    font-size: 24px;
}

#MiddleRightPan p {
    padding: 8px 0 0;
}

#RightListfastPan {
    width: 200px;
    float: left;
    padding: 10px 0 0;
}

    #RightListfastPan ul {
        width: 200px;
    }

        #RightListfastPan ul li {
            width: 200px;
            height: 20px;
            float: left;
        }

            #RightListfastPan ul li a {
                width: 190px;
                line-height: 20px;
                background: url(images_forex/bullet.gif) 0 6px no-repeat #fff;
                color: #666;
                text-decoration: underline;
                padding: 0 0 0 18px;
            }

                #RightListfastPan ul li a:hover {
                    background: url(images_forex/bullet-hover.gif) 0 6px no-repeat #fff;
                    color: #000;
                    text-decoration: underline;
                }

#RightListnextPan {
    width: 180px;
    float: left;
    padding: 10px 0 0;
}

    #RightListnextPan ul {
        width: 180px;
    }

        #RightListnextPan ul li {
            width: 180px;
            height: 20px;
            float: left;
        }

            #RightListnextPan ul li a {
                width: 160px;
                line-height: 20px;
                background: url(images_forex/bullet.gif) 0 6px no-repeat #fff;
                color: #666;
                text-decoration: underline;
                padding: 0 0 0 18px;
            }

                #RightListnextPan ul li a:hover {
                    background: url(images_forex/bullet-hover.gif) 0 6px no-repeat #fff;
                    color: #000;
                    text-decoration: underline;
                }

/*----/Middle Right Panel----*/

/*----Footer Panel----*/
#footermainPan {
    background: url(images_forex/footerbg.gif) 0 0 repeat-x #F4F4F4;
    color: #212121;
    position: relative;
    margin: 0 auto;
    height: 133px;
    clear: both;
}

#footerPan {
    width: 689px;
    position: relative;
    margin: 0 auto;
    font: 12px/15px "Trebuchet MS",Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 15px 0 0;
}

    #footerPan ul {
        width: 480px;
        height: 20px;
        position: relative;
        margin: 0 auto;
    }

    #footerPan li {
        float: left;
    }

    #footerPan ul li a {
        padding: 0 10px 0;
        color: #212121;
        background: #F4F4F4;
        text-decoration: none;
    }

        #footerPan ul li a:hover {
            text-decoration: underline;
        }

    #footerPan ul.templateworld {
        width: 190px;
        background: #F4F4F4;
        color: #212121;
        display: block;
        position: relative;
        margin: 0 auto;
    }

        #footerPan ul.templateworld li {
            height: 20px;
        }

            #footerPan ul.templateworld li a {
                background: #F4F4F4;
                display: block;
                color: #212121;
                text-decoration: none;
                padding: 0px;
            }

                #footerPan ul.templateworld li a:hover {
                    text-decoration: underline;
                }

    #footerPan p.copyright {
        width: 480px;
        background: #F4F4F4;
        color: #212121;
        position: relative;
        margin: 0 auto;
    }

#footerPanhtml {
    width: 64px;
    height: 19px;
    display: block;
    position: absolute;
    top: 73px;
    left: 270px;
}

    #footerPanhtml a {
        width: 59px;
        height: 18px;
        background: #fff;
        color: #6A6A6A;
        border: 1px solid #B6B6B6;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        line-height: 19px;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
    }

        #footerPanhtml a:hover {
            background: #D2D0D0;
            color: #353427;
            text-decoration: none;
        }

#footerPancss {
    width: 64px;
    height: 19px;
    display: block;
    position: absolute;
    top: 73px;
    left: 336px;
}

    #footerPancss a {
        width: 49px;
        height: 18px;
        background: #fff;
        border: 1px solid #B6B6B6;
        color: #6A6A6A;
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        line-height: 19px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }

        #footerPancss a:hover {
            background: #D2D0D0;
            color: #353427;
            text-decoration: none;
        }

.UideTitle {
    font-family: 'Century Gothic','Verdana','sans-serif';
    font-weight: 100;
    font-size: 34px;
    color: #303030;
}

.ListSearchExtenderPrompt {
    font-family: 'Century Gothic';
    color: white;
    /*background-color:#7B1040;*/
}


.textoContenido {
    font-family: 'Century Gothic';
    font-size: 14px;
    text-align:justify;
    text-space-collapse:preserve;
    padding-left:20px;padding-right:20px;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
}
