.header {
    /*position: relative;*/
    margin: 30px;
    text-align: center;
    width: 900px;
    margin: auto;
    padding: 30px 0px;
    z-index: 10;
    margin-bottom: 182px;
    /*background: #1b2d48 url(/sketch/images/menu.gif) no-repeat center 80px;*/
    /*background: #1b2d48;*/
}
.header h1 {
    padding: 40px;
}
.header .login {
    background: url(/sketch/images/login.gif) no-repeat left top;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 569px;
    height: 30px;
}
.header .menu {
    width: 550px;
    margin: auto;
    /*position: relative;*/
}
.header .menu a:first-letter {
    text-transform: uppercase;
}
.header .menu a {
    font-family: "Helvetica";
    font-weight: 300;
    font-size: 16px;
    color: #999;
    margin-right: 20px;
    text-transform: capitalize;
    font-style: italic;
    padding: 5px 10px;
    border-radius: 5px;
}

.header .menu a:first-line {

}
.header .menu a.active {
    color: white;
    cursor: default;
    font-weight: bold;
    background-color: #e6b041;
    
}
.header .menu a.active:hover{
    color: #233772;
}
.header .menu a:hover{
    color: #666;
}

.mainPhoto {

    position: absolute;
    width: 100%;
    margin: auto;
    height: 152px;
    margin-top: -182px;
    overflow: hidden;
}
.mainPhoto .photo {
/*    position: absolute;
    left: 0px;
    top: 0px;*/

}
.mainPhoto .photo.p01 {
    background: url(/images/cabecera/banner3.jpg) no-repeat center top;
    /*width: 1216px;*/
    height: 152px;
}
.mainPhoto .photo.p02 {
    background: url(/images/cabecera/banner2.jpg) no-repeat center top;
    /*width: 1216px;*/
    height: 152px;
}
.mainPhoto .photo.p03 {
    background: url(/images/cabecera/banner.jpg) no-repeat center top;
    /*width: 1216px;*/
    height: 152px;
}
.menu .languages {
    position: absolute;
    right: 60px;
    top: 60px;
    width: 80px;
}
.menu .languages a {
    float: left;
    display: block;
    margin-left: 3px;
    margin-right: 0px;
    width: 23px;
    height: 22px;
    font-size: 0px;
    color: white;
    padding: 0px;
}
.menu .languages .es {
    background: url(/images/cabecera/lang_es.gif) no-repeat;
}
.menu .languages .en {
    background: url(/images/cabecera/lang_en.gif) no-repeat;
}
.menu .languages .de {
    background: url(/images/cabecera/lang_de.gif) no-repeat;
}
.header .datosContacto {
    width: 252px;
    height: 93px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/images/cabecera/datosContacto.gif) no-repeat left top;
}
.header .eslogan {
    width:330px;
    height: 44px;
    position: absolute;
    right: 0px;
    top: 45px;
    font-size: 16px;
    color: #233772;
    text-align: right;
}