@charset "utf-8";
/* CSS Document */
    body {
        background:#000000;
        /*font-family:"Trebuchet MS";*/
        font-family:Helvetica;
        font-weight:normal;
        line-height:1.2;
        font-size:13px;
        margin-top:0;
        
    }
    h1 {
        margin:10px 0 0 0;
        font-size:16px;
        font-weight:normal;
    }
    h2 {
        margin:0;
        font-size:14px;
    }
    p {
        margin:0;
    }
    img {
        border:none;
    }
    .contenido {
        width:960px;
        background:url(../imagenes/imagen_fondo.jpg) no-repeat;
        margin:0 auto;
        height:600px;
    }
    .superior {
        width:960px;
        color:#FFFFFF;
    }
    .inferior {
        width:960px;
        color:#FFFFFF;
        padding-top:40px;
    }
    .izquierda {
        width:120px;
        float:left;
        color:#FFFFFF;
        text-align:left;
        margin-right:15px;
    }
    .izquierda_medio {
        width:180px;
        float:left;
        color:#FFFFFF;
        text-align:left;
        margin-right:25px;
    }
    .izquierda_medio_noticias {
        width:375px;
        float:left;
        color:#FFFFFF;
        text-align:left;
    }
    .enlaces {
        width:180px;
        margin-right:25px;
        float:left;
        color:#FFFFFF;
        text-align:left;
    }
    .enlaces_tres {
        width:240px;
        margin-right:30px;
        float:left;
        color:#FFFFFF;
        text-align:left;
    }
    .derecha {
        width:820px;
        float:left;
        color:#FFFFFF;
    }
    .derecha_superior {
        width:840px;
        float:left;
        color:#FFFFFF;
        margin-top:20px;
        padding-left:135px;
    }
    .derecha_inferior {
        width:615px;
        float:left;
        color:#FFFFFF;
        /*padding-left:15px;*/
    }
    .limpiar {
        clear:both;
    }
    .rosa {
        color:#FF0094;
        font-size:13px;
    }
    .gris {
        color:#555555;
        font-size:13px;
    }
    .pie {
        width:840px;
        border-top:1px solid #FFFFFF;
        color:#FFFFFF;
        padding-left:120px;
        font-size:10px;
        margin-top:10px;
        padding-top:5px;
    }
    a.gris {
        color:#FFFFFF;
        text-decoration:none;
    }
    a.gris:hover {
        color:#555555;
        text-decoration:none;
    }
    a.rosa_enlace {
        color:#FF0094;
        text-decoration:none;
        font-size:15px;
        font-weight:bold;
    }
    a.rosa_enlace:hover {
        color:#555555;
        text-decoration:none;
        font-size:15px;
        font-weight:bold;
    }

    .dos_cuadros {
        width:390px;
        float:left;
        color:#FFFFFF;
        text-align:left;
        /*margin-left:30px;*/
    }
    .btn_gris {
        color:#555555;
        font-size:15px;
        font-weight:bold;
    }
    .mensaje {
        background:#FF0094;
        padding:3px;
        width:310px;
        margin-left:80px;
    }
    #id {
         float:left;
         width:210px;
         color:#FFFFFF;
         text-align:center;
    }
    a.btn_seccion , a:visited.btn_seccion  {
        color:#FF0094;
        text-decoration:none;
    }
    a:hover.btn_seccion  {
        color:#555555;
        text-decoration:none;
    }
    a.enlaceComposite {
        background-image: url(../imagenes/ico_pdf.gif);
        background-repeat: no-repeat;
        /*background-position: top left;*/
        color:#fff;
        padding-left:30px;
    }
    a.acrobat {
        text-indent: -9999px;
        display: block;
        margin-top: 10px;
        background-image: url(../imagenes/ico_reader.gif);
        background-repeat: no-repeat;
        /*background-position: 85px 2px;*/
        color:#fff;
    }
    .tool-tip {
        float: left;
        background: #ffc;
        border: 1px solid #D4D5AA;
        padding: 5px;
        max-width: 200px;
        z-index: 50;
    }
    .tool-title {
        padding: 0;
        margin: 0;
        font-size: 100%;
        font-weight: bold;
        margin-top: -15px;
        padding-top: 15px;
        padding-bottom: 5px;
        background: url(http://www.againagency.com/imagenes/selector-arrow.png) no-repeat;
    }

    .tool-text {
        font-size: 100%;
        margin: 0;
    }
