/* 
	Nombre del modulo:			playerchico
	Fecha ultima version:		09/09/2007
	Numero de version:			4
	Empresa diseņadora:			451
	Nombre creador/modificador:	Martin
*/

#tv {
	border: 1px solid #1b1b1b;
	height:284px;
}
#top_cordobatv {
	background: url(img/top_teve.gif) no-repeat;
	height: 26px;
	width: 200px;
}
#tv span {
	display: inline;
}
#tv img {
	margin: 3px 0 0 3px;
	height: 168px;
}
#tv .caja_tv {
	width: 192px;
	background-color: #1c1c1c;
	margin-left: 3px;
	margin-bottom: 4px;
}
/*IE6*/
* html #tv .caja_tv { 
	height: 95px;
}
/*FF*/
html>/**/body #tv .caja_tv { 
	height: 95px;
}
/*IE7*/
*:first-child+html #tv .caja_tv {
	height: 95px;
}

#tv .caja_tv h3 {
	margin: 0 6px 3px 6px;
	padding-top: 4px;
}
* html {
	padding-top: 4px;
}
#tv .caja_tv h3 a {
	color: #ff9900;
	font: bold 16px/18px "Trebuchet MS";
}
#tv .caja_tv h3 a:HOVER{
	text-decoration: underline;
}
#tv .caja_tv p {
	font: 11px/12px "Trebuchet MS";
	margin: 0 6px 0 6px;
}
#home_playerChico_embed {
	height:165px;
	padding-left:3px;
}
#tv .paginar {
	background: url(img/tv_cuerpo_flechas.jpg) repeat-x;
	height: 20px;
	width: 198px;
}
#tv .paginar a.anterior {
	background: url(img/multi_menu_ant.gif) no-repeat -4px -3px;
	height: 20px;
	width: 22px;
	float: left;
}

#tv .paginar a.anterior:HOVER {
	background: url(img/multi_menu_ant.gif) no-repeat -4px -28px;
}

#tv .paginar a.siguiente {
	background: url(img/multi_menu_sig.gif) no-repeat 0px -3px;
	height: 20px;
	width: 22px;
	float: right;
}

#tv .paginar a.siguiente:HOVER {
	background: url(img/multi_menu_sig.gif) no-repeat 0px -28px;
}

#tv .paginar a span {
	display: none;
}
#tv .paginar {
	text-align: center;
	line-height: 20px;
}
#tv .paginar strong {
	font-weight: normal;
	color: #F90;
}