
td.titulo{
 color: #ff6600;
 font-weight: bold;
 font-size: 14px;
 font-family: Verdana;
 padding-left: 35px;
}
td.video{
 padding-left: 30px;
}
td.descripcion{
 color: #cccccc;
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana;
 text-align: justify;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 45px;
 padding-right: 45px;
}
td.titulo_recientes{
 color: #ff6600;
 font-weight: bold;
 font-size: 12px;
 font-family: Verdana;
 text-align: left;
 padding-left: 5px;
}
td.descripcion_recientes{
 color: #cccccc;
 font-weight: bold;
 font-size: 10px;
 font-family: Verdana;
 text-align: justify;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 vertical-align: top;
}
a{
 color: #99ccff;
 text-decoration: none;
}
a:hover{
 text-decoration: underline;
}
td.comentarios{
 color: #cccccc;
 font-weight: normal;
 font-size: 10px;
 font-family: Verdana;
 text-align: justify;
 padding-top: 5px;
 padding-bottom: 5px;
}
#tabla_mas_vistos{
 border-top-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-right-style: solid;
 border-top-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-right-width: 1px;
 border-top-color: silver;
 border-bottom-color: silver;
 border-left-color: silver;
 border-right-color: silver;
 text-align: center;
 width: 220px;
}

td.contenido{
 padding-top:10px;
 padding-left:15px;
 padding-right:10px;
 padding-bottom:10px;
}

#reproductor{
 background-color: black;
 width: 400px;
 padding-left:10px;
}
#recientes{
 background-color: black;
 width: 450px;
}
#mas_vistos{
 background-color: black;
}