#UDportal{
    width:1024px;
    height:576px;
    background-image:url(../img/UDportal.jpg);
}

img{
    margin:0px;
}

a{
    color:#FF0000;
}

#infoPanel{
    position:absolute;
    top:0px;
    left:0px;
    width:240px;
    height:100%;
    background:#FFFFFF;
}
#infoText{
    height:300px;
    overflow:hidden;
    padding:10px;
    padding-top:15px;
}
#infoText p{
    text-align:justify;
}
#infoText h1{
    line-height:1.5;
}
#infoNews{
    height:140px;
    overflow:hidden;
    padding:10px;
    padding-top:15px;
}
#infoNews ul{
    margin:0px;
    list-style:none;
    font-size:10px;
}
#partners{
    position:absolute;
    bottom:0px;
    height:80px;
    width:100%;
}

#portalSeries{
    position:absolute;
    top:-50px;
    left:250px;
}
.serie{
    position:absolute;
    width:190px;
    height:100%;
}
.serie .imgGrey, .serie .imgColor{
    position:absolute;
    top:0px;
    left:0px;
}
.serie img{
    cursor:pointer;
    margin:0px;
}

#portalCities{
	position:absolute;
	top:0px;
	right:-75px;
}
.city{
    position:absolute;
    width:100%;
    height:68px;
}
.city .imgGrey, .city .imgColor{
    position:absolute;
    top:0px;
    right:0px;
}
.city img{
    cursor:pointer;
    margin:0px;
}

.portalEditions{
    position:absolute;
    top:0px;
    left:250px;
}
.edition{
    position:absolute;
    cursor:pointer;
    width:180px;
    height:68px;
}

.yearBG{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:#FFFFFF;
}