/* CSS Document */

.titulo_dia{
font-size:11px;
color:#000000;
background-color:#CCCCCC;
font-weight:900;
padding: 3px;
border: #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;

}

.texto_dia{
font-size:9px;
color:#000000;
white-space:pre;
padding: 3px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

#titulo_canal{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
padding-left: 5px;
text-transform:capitalize;
}

/* single item */
#logo_canal {
	display:block;
	float:left;
	margin-right:5px;
	margin-left: 5px;
	width:40px;
	height:33px;
	padding:3px;
	color:#ccc;
	background:url(../img/canal.jpg);
}

/* outmost wrapper element */
#tv_hoy{
	width:273px;
	height:20px;
	border-top: 1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
}

#tv_hoy_logo{
background-color:#FF9900;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
vertical-align:middle;
width:30px;
height:17px;
float:left;
font-weight:bold;
padding-top:3px;
}
#tv_hoy_marquesina{
float:left;
width:243px;
height:17px;
background-color:#333333;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:capitalize;
vertical-align:middle;
padding-top:3px;
}

#tv_contenido{
	width:273px;
/*	height:189px;*/
        height:216px;
	border: 1px solid #666666;
	overflow:scroll;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
}
#tv_espacio{
	height:5px;
	width:273px;
	border-top: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

#tv_botones {
	width:273px;
	height:56px;
	background:#EAEAEA;
	border-bottom: 1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

/* container for the scrollable itemsv */
div.items_tv {
	height:47px;	
	float:left;
	width:215px !important;
	overflow:hidden;
}



/* single item */
div.items_tv a {
	display:block;
	float:left;
	margin-right:5px;
	margin-left: 5px;
	width:40px;
	height:33px;
	padding:3px;
	color:#ccc;
	font-size:0px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;	
	background:url(../img/canal.jpg);
}



div.items_tv a:hover {
	color:#999;	
}

div.items_tv a.active {
	color:#555;
	cursor:default;
}


/* next / prev buttons */
a.prev_tv, a.next_tv {
	display:block;
	width:27px;
	height:39px;
	float:left;
	background-repeat:no-repeat;	
	
}

a.prev_tv {
	background:url(../img/right.jpg);
			
}

a.prev_tv:hover {
	background:url(../img/right.jpg);
		
}

a.next_tv {
	background:url(../img/left.jpg);
		
}

a.next_tv:hover {
	background:url(../img/left.jpg);
			
}


/* navivgator */
div.navi_tv {
	position:relative;
	top:-3px;
	left:110px;
	
	width:50px;
	height:0px;
}


/* itemsv inside navivgator */
div.navi_tv span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../img/dot1.gif) 0px 0px no-repeat;
	cursor:pointer;
}

div.navi_tv span:hover {
	background:url(../img/dot2.gif) 0px 0px no-repeat;      
}

div.navi_tv span.active {
	background:url(../img/dot3.gif) 0px 0px no-repeat;     
} 	

