.videostelevision {
	width: 970px;
	padding: 0 30px 0 30px;
}
.listadovideos{
	float: left;
	width: 930px;
	margin: 0 0 4px 0;
	overflow: hidden;
}
.listadovideos iframe{
    float: right;
    margin: 0;
    padding: 0;
    width: 368px;
    height: 379px;
    display: inline;
    vertical-align: top!important;
}
.listadovideos ul{
	float: left;
	margin: 0 15px 30px 15px;
	padding: 0px;
	font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
	width: 532px;
	display: inline;
}
.listadovideos li{
	color: #000;
	float: left;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	list-style: none;
	border-bottom: solid 1px #ccc;
	width: 500px;
	background-image: url(https://e00-elmundo.uecdn.es/especiales/2007/10/television/videos/img/flechita.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.listadovideos li a {
	float: left;
	text-decoration: none;
	padding: 0;
	color: #000;
}
.listadovideos li a:hover {
	text-decoration: underline;
}
