/* 
    Document   : cabecera
    Created on : 22-ene-2015, 11:15:16
    Author     : criarnac
    Description:
        Cabecera de la web del ITA.
*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

/* Reset General */
/* (como solo es para la cabecera, no lo veo necesario 
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

*,*:after, *:before {
    box-sizing: border-box;
}

root { 
    display: block;
}
*/

/* Elementos de la Cabecera */

#cabecera {
    width: 100%;
    background-color: rgb(88,88,90);
    opacity: 0.99;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'Montserrat';
    margin:0 auto;
    height: 122px;
}

#cabecera > .interior {
    width:1030px;
    margin:0 auto;
}

#cabecera .interior > .logos {
    display: block;
    width: 290px;
    max-height: 122px;
    float: left;
    
}

#logoITA, #logoUPV{
    float:left;
    margin: 10px 0px 0px 10px;
}

#cabecera .interior > .cabDerecha {
    display: block;
    width: 740px;
    max-height: 112px;
    float: right;
}

#cabecera .interior .cabDerecha > .minilinks {
    float: right;
    padding: 10px 0px 0px 0px;
}

#cabecera .interior .cabDerecha > .cabMenu {
    float: right;
    padding: 0px;
    width: 740px;
    height: 70px;
}

/* Adaptado desde main.css */

.menuUp {
    list-style: none;
    float: right;
    font-size: 11px;
    padding: 0px;
    color: rgb(217,218,219);
}

.menuUp a {
    color: rgb(217,218,219);
    text-decoration: none;
}

.menuUp a:hover {
    text-decoration: none;
}

.menuUp > li {
    display: block;
    position: relative;
    line-height: 75px;
    padding: 0 10px 0 40px;
    min-width: 50px;
    text-align: center;
    float:left;
}

.menuUp > li:hover, .menuUp li > a:hover{
    font-weight: normal;
    color: rgb(117,166,227);
}

.menuUp > li.current {
    font-weight:normal;
}

.menuUp > li.current a {
    color: rgb(117,166,227);
}

.menuUp > li .submenu {
    display: none;
    list-style: none;
    position: absolute;
    top: 59px;
    left: 0;
    background-color: rgb(88,88,90);
    opacity: 0.9;
    width: 175px;
    padding: 10px 20px 10px 20px;
    text-align: left;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menuUp > li .submenu > li {
    line-height: 1.5em;
}

.menuUp > li:hover .submenu {
    display: block;
}

.separador {
    clear:both;
    height: 123px;
}

#rutas {
    width: 990px;
    margin: 0 auto;
    text-align: left;
    padding: 3px;
    font-size: 95%;
}