div#caja { 
/*caja centrada para resoluciones enooormes - aunque me parece que nos hemos colao con la resolución mínima, y además no está centrada ahora...*/
position:absolute; top:1%; left:1%; width:1203px; height:861px; margin-left:-10px; margin-top:-10px; 
}

div#contenido {
width:1203px; height:809px;
background: #53c04a url('img/right.jpg') top right no-repeat;
}

div#pie {
width:1203px; height:54px;
background: url('img/bottom.jpg') no-repeat;
text-align: center;
padding-top:10px;
}

div#villarriba {
width:688px; height:400px;
padding-left: 20px;
padding-top: 30px;
}

div#villabajo {
width:786px; height:428px;
background: url('img/bg-info.jpg') no-repeat;
font-family: arial, verdana;
font-size: 16px;
color: fff;

padding: 10px;
}

div#fotico {
width:297px; height:280px;
border: #fff solid 3px;
background: url('img/pollito.jpg') no-repeat;
}

div#resumen {
width:340px; 
float: right;
margin-left: 20px;
font-family: arial, verdana;
font-size: 20px;
color: fff;
}

div#villarriba a,a:visited{
color: #52616B;
text-decoration: none;
}

div#villarriba a:hover {
color: #000;
text-decoration: underline;
}

div#villabajo a,a:visited{
//color: #45738C;
color: #04dfea;
text-decoration: none;
}

div#villabajo a: hover {
color: #fff;
text-decoration: underline;
}

ul#listaflotante li {
width: 220px;
float: left;
margin: 10px;
}