body{
    background-color: black;
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: white;
}

body.emergente{
    background-color: black;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: white;
}

/************************************************/
/**     MENUS   **/
td.menuItem {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid gray;
    font-size: 12px;

}
td.menuItem  a:link {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: gray;
}
td.menuItem  a:visited {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: gray;
}
td.menuItem a:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
td.menuItem_activo {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-bottom: 1px solid gray;
    font-size: 12px;
}
td.menuItem_activo  a:link {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
td.menuItem_activo  a:visited {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
td.menuItem_activo  a:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

td.menuItem_activo2 {
    padding-top: 10px;
    padding-left: 5px;
    border-bottom: 0px solid gray;
    font-size: 12px;
}
td.menuItem_activo2  a:link {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
td.menuItem_activo2  a:visited {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}
td.menuItem_activo2  a:hover {
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    color: white;
}





td.submenuItem {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.submenuItem  a:link{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}
td.submenuItem  a:visited{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}
td.submenuItem  a:hover{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
td.submenuItem_activo {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.submenuItem_activo  a:link{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
td.submenuItem_activo  a:visited{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}
td.submenuItem_activo  a:hover{
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}


/************************************************/

table.tabla_principal{
    min-height: 100%;
    height: auto !important;
    width: 100%;
    height: 100%;
}

.scroll {
    background: black;
    overflow: auto;
    padding-top: 10px;
    height: 260px;
    overflow: hidden;
}

.idioma_activo {
    font-weight: normal;
    text-decoration: none;
    color: white;
}

a.idioma_inactivo:link, a.idioma_inactivo:visited, a.idioma_inactivo:hover {
    font-weight: normal;
    text-decoration: none;
    color: gray;
    cursor: pointer;
}


/*******************************************************/
/******************* TITULOS ************************/
.titulo1 {
    font-size: 16px;
    font-weight: bold;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
}

.titulo1_grande {
    font-size: 22px;
    font-weight: bold;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
}

.titulo1peque {
    font-size: 14px;
    font-weight: bold;
    color: gray;
}

.titulo1a {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.textonormal {
    font-size: 13px;
    color: #c3c3c3;
}

.subcuadro {
    font-size: 10px;
    color: #c3c3c3;
}

.textocursiva_grande {
    font-size: 16px;
    color: #c3c3c3;
    font-style: italic;
}

.cabeceraCurriculum {
    background-image: url("../img/cabeceraCurriculum.jpg");
    background-attachment: fixed;
    background-repeat: repeat;
    height: 60px;
}

/*******************************************************/
/********************* LISTAS **************************/
.escondido{
    visibility: hidden;
    position: absolute;
}

.visible{
    visibility: visible;
    position: fixed;
}

/*********************************************************/
/********************* CONTACTO **************************/
.label{
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

/*******************************************************/
/********************* NOTICIAS ************************/
td.cabecera_noticia {
    color: white;
    background-color: gray;
    font-size: 12pt;
    font-weight: bold;
    height: 10px;
    padding-top: 5px;
}

td.contenido_noticia {
    border-bottom: 3px solid gray;
    border-left: 3px solid gray;
    border-right: 3px solid gray;
}

td.noticia {
    color: white;
    font-size: 12pt;
    font-weight: bold;
}

td.noticia_direccion {
    color: #c3c3c3;
    font-size: 10pt;
    font-weight: normal;
}

td.separador {
    height: 20px;
}
