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

#tv {
	width: 345px;
	margin: auto;
}
#tv #pantalla {
	background-image: url(/img/tv.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 268px;
	width: 345px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#tv #lista {
	background-image: url(/img/bajotv.jpg);
	margin: auto;
	height: 167px;
	width: 345px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#tv #lista #scroll {
	margin: auto;
	height: 150px;
	width: 310px;
	overflow:auto;
	scrollbar-track-color: #DDDDDD;
	scrollbar-face-color: #CCC3C9;
}
#tv #lista #scroll p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-image: url(/img/fontit.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	vertical-align: middle;
	height: 40px;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
#tv #lista #scroll a {
	color: #333333;
	text-decoration: none;
}
#dertop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 350px;
	float: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}