@charset "utf-8";
/* CSS Document */

/*empieza lo del raton y video entrevistas*/
div.ultimo{
	padding:0;/*margen superior, izquierda*/
	width:313px;/*la caja*/
}
ul.ultimos{/*en relacion a la caja de contenidos*/
	margin:0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul.ultimos a:link,
ul.ultimos a:visited,
ul.ultimos a:active,
ul.ultimos a:hover{
	border: solid #666666 thin;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0;
}
div.ultimo div{
	width:auto;
	border: solid #666666 thin;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;

}
/*Termina lo del raton-------------------------------------------------------------------------------------------------------------------------------------------------------------*/
