/********************** HEADER **********************/
.header {		position:relative; float:left; width:100%; height:160px; background:url('images/header_background.jpg');  }
.headerLogoSocib {
    position:absolute;
    top:20px; left:30px;
}

.headerLogoCaib {
    position:absolute;
    top:20px; left:815px;
}

.headerLogoMicinn {
    position:absolute;
    top:20px; 
    left:580px;
    /*max-width: 225px;*/
}

.headerLogo {
    position:absolute;
}

.header_admin {             position:absolute; background-color:#5a5a5a; top:95px; left:930px; width:30px; height:28px;}
.header_admin a{	    background-image:url('images/header_icon_admin.gif'); margin:5px 0px 0px 6px;  height:18px; width:18px; display:block; }
.header_admin a:hover{      background-position:-18px 0; }


/* language */
.header_language {			position:absolute; top:12px; left:856px; }
.header_language a{	 		float:left; border:2px solid transparent; margin-left:2px; }
.header_language a:hover{	border:2px solid #fbd448; }
.header_language_active{	border:2px solid #00b4d7!important; }