@charset "utf-8";
/* CSS Document */

.news-list-wrapper { float:left; width:290px; margin:0 0 0 0; }
.news-list-item { display:block; width:240px; background:url(../img/news-list-item-back.png) bottom center no-repeat; padding:10px 0 20px 0; font-size:11px; line-height:15px; color:#898989; }
span.fecha { display:block; color:#000; font-weight:bold; font-style:italic; }
span.titulo { display:block; font-weight:bold; color:#deb010; }
.news-list-item p { line-height:15px; } 
.news-list-item:hover { cursor:pointer; }
.news-list-item:hover span.fecha, .news-list-item:hover span.titulo, .news-list-item:hover p { color:#eee; }  

.news-details-wrapper { float:left; width:459px; margin:0 10px 0 0; border-left:1px solid #999; padding:0 0 0 20px; min-height:400px; }
.foto-buttons { float:right; margin:10px 0 0 0;}
a.foto-button { display:block; float:left; margin-left:10px; width:14px; height:20px; text-align:center; color:#fff; line-height:20px; background:url(../img/foto-button-back.png) no-repeat; }
a.foto-button:hover { background:url(../img/foto-button-back-ov.png) no-repeat; color:#fff; } 
span.foto-button { display:block; float:left; margin-left:10px; width:14px; height:20px; text-align:center; color:#fff; line-height:20px; background:url(../img/foto-button-back-ov.png) no-repeat; }
