﻿body
{
    background-image: url(../images/background.jpg);
    padding: 0;
    margin: 0;
    font-family: Trebuchet MS, Arial;
}

#web
{
    position: absolute;
    width: 1215px;
    left: 50%;
    margin-left: -608px;
}


#web #titulo
{
    color: #FFFFFF;
    font-size: 3em;
    margin: 40px 0 9px 33px;
}

#web #titulo-negro
{
    color: #000000;
    font-size: 3em;
    margin: 40px 0 9px 33px;
}

#web #subtitulo
{
    background-color: RGB(248, 164, 0);
    padding: 9px 0 0 28px;
    color: #FFFFFF;
    font-size: 1.03em;
    width: 540px;
    height: 50px;
}
#web #subtitulo-proyecto
{
    background-color: RGB(85, 170, 217);
    padding: 9px 0 0 28px;
    color: #FFFFFF;
    font-size: 1.03em;
    width: 540px;
    height: 50px;
}
#web #subtitulo-investigadores
{
    background-color: RGB(229, 51, 51);
    padding: 9px 0 0 28px;
    color: #FFFFFF;
    font-size: 1.03em;
    width: 540px;
    height: 50px;
}
#web #subtitulo-publicaciones
{
    background-color: RGB(123, 177, 59);
    padding: 9px 0 0 28px;
    color: #FFFFFF;
    font-size: 1.03em;
    width: 540px;
    height: 50px;
}

#web #subtitulo-congresos
{
    background-color: RGB(206, 101, 31);
    padding: 9px 0 0 28px;
    color: #FFFFFF;
    font-size: 1.03em;
    width: 540px;
    height: 50px;
}

#web #ref
{
    color: #FFFFFF;
    padding: 5px 0 0 28px;
    font-weight: bold;
    font-size: 1.1em;
}

#web #ref-negro
{
    color: #000000;
    padding: 5px 0 0 28px;
    font-weight: bold;
    font-size: 1.1em;
}

#web #contenedor
{
    clear: both;
    margin: 10px 0 0 0;
}

#web #contenedor #menu
{
    float: left;
    width: 178px;
    left: 0;
    margin-top: 25px;
}

#web #contenedor #flecha-inicio
{
    float: left;
    width: 37px;
    padding-top: 38px;
    text-align: right;
}
#web #contenedor #flecha-proyecto
{
    float: left;
    width: 37px;
    padding-top: 74px;
    text-align: right;
}

#web #contenedor #flecha-investigadores
{
    float: left;
    width: 37px;
    padding-top: 110px;
    text-align: right;
}

#web #contenedor #flecha-publicaciones
{
    float: left;
    width: 37px;
    padding-top: 146px;
    text-align: right;
}
#web #contenedor #flecha-congresos
{
    float: left;
    width: 37px;
    padding-top: 182px;
    text-align: right;
}

#web #contenedor #cuerpo
{
    float: right;
    width: 900px;
    background-color: #FFFFFF;
    padding: 30px 50px 30px 50px;
    margin-top: 25px;
}

#web #contenedor #menu #cmenu
{
    width: 152px;
    height: 198px;
    background-color: RGB(248, 164, 0);
    margin-left: 26px;
}

#web #contenedor #menu #cmenu-proyecto
{
    width: 152px;
    height: 198px;
    background-color: RGB(85, 170, 217);
    margin-left: 26px;
}

#web #contenedor #menu #cmenu-investigadores
{
    width: 152px;
    height: 198px;
    background-color: RGB(229, 51, 51);
    margin-left: 26px;
}
#web #contenedor #menu #cmenu-publicaciones
{
    width: 152px;
    height: 198px;
    background-color: RGB(123, 177, 59);
    margin-left: 26px;
}
#web #contenedor #menu #cmenu-congresos
{
    width: 152px;
    height: 198px;
    background-color: RGB(206, 101, 31);
    margin-left: 26px;
}


h1
{
    font-size: 1.9em;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h2
{
    font-size: 1.6em;
    line-height: 40px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.index
{
    background-image: url(../images/bgimage_index.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.proyecto
{
    background-image: url(../images/bgimage_proyecto.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.investigadores
{
    background-image: url(../images/bgimage-investigadores.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.publicaciones
{
    background-image: url(../images/bgimage-publicaciones.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.congresos
{
    background-image: url(../images/bgimage-congresos.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}

.enlace-menu
{
    padding-top: 9px;
}
.enlace-menu a
{
    color: #000000;
    text-decoration: none;
}
.enlace-menu a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.enlace-menu-select
{
    padding-top: 9px;
    color: #FFFFFF;
}
.enlace-menu-select a
{
    color: #FFFFFF;
    text-decoration: none;
}
.enlace-menu-select a:hover
{
    color: #000000;
    text-decoration: none;
}

.separador-menu
{
    border-bottom: 1px solid #FFFFFF;
    padding-top: 9px;
    width: 125px;
    display: inline-block;
    *height: 0;
    *padding-top: 4px;
    margin-left: 13px;
}

.cuerpo
{
    font-size: 0.9em;
    color: #303030;
    margin: 15px 0 0 0;
}

.cuerpo a
{
    color: #303030;
}

.cuerpo a:hover
{
    text-decoration: underline overline;
}

.cuerpo-pequeno
{
    font-size: 0.7em;
    color: #303030;
    margin: 15px 0 0 0;
}
.cuerpo-negro
{
    font-size: 0.9em;
    color: #303030;
    margin: 15px 0 0 0;
    font-weight: bold;
}

.hmenu
{
    display: table-cell;
    *display: inline;
    padding: 6px 14px 6px 14px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    border-right: 1px solid #999999;
    color: #999999;
    text-align: center;
}
.hmenu a
{
    text-decoration: none;
    color: #999999;
}

.hmenu-select
{
    display: table-cell;
    *display: inline;
    padding: 6px 14px 6px 14px;
    margin: 0px 0px 0px 0px;
    background-color: RGB(85, 170, 217);
    font-size: 1.1em;
    color: #FFFFFF;
    border-right: 1px solid RGB(85, 170, 217);
    text-align: center;
}

.hmenu-select a
{
    text-decoration: none;
    color: #FFFFFF;
}

.hmenu-publicaciones-select
{
    display: table-cell;
    *display: inline;
    padding: 6px 14px 6px 14px;
    margin: 0px 0px 0px 0px;
    background-color: RGB(123, 177, 59);
    font-size: 1.1em;
    color: #FFFFFF;
    border-right: 1px solid RGB(123, 177, 59);
    text-align: center;
}

.hmenu-publicaciones-select a
{
    text-decoration: none;
    color: #FFFFFF;
}

.hmenu-congresos-select
{
    display: table-cell;
    *display: inline;
    padding: 6px 14px 6px 14px;
    margin: 0px 0px 0px 0px;
    background-color: RGB(206, 101, 31);
    font-size: 1.1em;
    color: #FFFFFF;
    border-right: 1px solid RGB(206, 101, 31);
    text-align: center;
}

.hmenu-congresos-select a
{
    text-decoration: none;
    color: #FFFFFF;
}

.hmenu-last
{
    display: table-cell;
    *display: inline;
    padding: 6px 14px 6px 14px;
    margin: 0px 0px 0px 0px;
    font-size: 1.1em;
    border: 0;
    text-align: center;
}
.hmenu-last a
{
    text-decoration: none;
    color: #999999;
}


#cuerpo .cabecera-proyecto
{
    background-color: RGB(214, 235, 247);
    width: 100%;
    height: 50px;
    margin-top: 30px;
}

.enlace-web-cabecera
{
    background-color: #FFFFFF;
    margin-top: 18px;
    width: 80px;
    font-size: 0.7em;
    padding: 2px 0 2px 2px;
}

.enlace-web-cabecera a
{
    color: RGB(85, 170, 217);
    text-decoration: none;
}

.enlace-web-cabecera a:hover
{
    text-decoration: underline;
}

#submenu-proyecto-objetivos
{
    margin-top: 20px;
    margin-bottom: 0;
}

.boton-objetivo
{
    display: inline;
    background-color: #a4d5f2;
    padding: 3px 25px 3px 25px;
    margin-right: 15px;
    color: #FFFFFF;
}

.boton-objetivo a
{
    color: #FFFFFF;
    text-decoration: none;
}
.boton-objetivo:hover
{
    background-color: RGB(85, 170, 217);
}

.boton-objetivo-select
{
    display: inline;
    background-color: RGB(85, 170, 217);
    padding: 3px 25px 3px 25px;
    margin-right: 15px;
    color: #FFFFFF;
}

.boton-objetivo-select a
{
    color: #FFFFFF;
    text-decoration: none;
}

.vacio
{
    height: 30px;
}

.enlace-investigador-negrita
{
    text-decoration: none;
    color: RGB(229, 51, 51);
    font-weight: bold;
}

.enlace-investigador
{
    text-decoration: none;
    color: RGB(229, 51, 51);
}

.investadores-investigador
{
    margin-bottom: 20px;
}

.cuerpo_congresos
{
    color: RGB(206, 101, 31);
    margin-bottom: 20px;
}

.cuerpo_congresos a
{
    color: RGB(206, 101, 31);
    text-decoration: underline;
}

.cuerpo_congresos a:hover
{
    color: RGB(206, 101, 31);
    text-decoration: underline overline;
}

.cuerpo_marron
{
    color: RGB(206, 101, 31);
}