/* CONFIGURACION */
.content { background:#FFF url(../img/interface/bg_col_drc.gif) 809px repeat-y; }
.col_izq { float:left; width:790px; min-height:650px }
.col_drc { float:left; width:168px; padding-left:14px }

.col_izq h1 { font:normal 20px Arial; color:#000; padding:0 80px 0 0; margin-bottom:5px }

/* NAVEGACION DE REGISTROS */
.navegador { position:relative; width:100%; height:40px; margin:10px 0 0 0; background:url(../img/interface/fnd_navegador_registros.jpg) no-repeat bottom; color:#666 }

.navegador .items { position:absolute; top:4px; left:0px; width:161px; line-height:24px; font-weight:bold }

.navegador .sorting { position:absolute; top:4px; left:180px; width:385px; line-height:24px; text-align:center }
.navegador .sorting a { position:relative; display:inline-block; padding:0 4px; color:#9F9F9F  }
.navegador .sorting a:hover { color:#777 }
.navegador .sorting a.on { padding:0 9px; margin-right:5px; background-color:#adc24e; color:#FFF; line-height:18px; border-radius: 8px 8px 8px 8px; }
.navegador .sorting a.on img { position:absolute; right:-7px; top:0px; border:none }
.navegador .sorting a.on:hover { color:#FFF }

.navegador .pagination { position:absolute; right:25px; top:2px }
.navegador .pagination .info { float:left; height:29px; margin:0px 10px; line-height:29px }
.navegador .pagination a { float:left; height:0; width:35px; padding-top:29px; overflow:hidden; margin-left:1px; background:transparent url(../img/interface/juego_registros.png) no-repeat }
.navegador .pagination .previous{ background-position: 0px 0px; border-radius: 4px 0px 0px 4px }
.navegador .pagination .next { background-position: -72px 0px; border-radius: 0px 4px 4px 0px }
.navegador .pagination .top { background-position: -36px 0px }
.navegador .pagination a:hover { opacity:.8; filter:alpha(opacity=80) }
.navegador .pagination .off { opacity:.33; filter:alpha(opacity=33) }
.navegador .pagination a.off:hover { opacity:.33; filter:alpha(opacity=33) }

/* LISTADO */
.videos_lista { margin:24px 0 10px 1px }
.videos_lista td { width:236px; padding:0 25px 25px 0; vertical-align:top }
.videos_lista td a { position:relative; display:block }
.videos_lista td a .image { width:235px; height:130px; border:none; margin-bottom:4px; border:1px solid #FFF; background-position:center }
.videos_lista td a:hover .btn_play { background-position: 0px -28px }
.videos_lista td strong.ttl { font-size:12px; color:#333; line-height:18px }
.videos_lista_datos { position:relative; font-size:11px; line-height:14px; color:#9D9D9D }
.videos_lista_publi { width:755px; height:35px; text-align:center }

/* MENU LATERAL */
.col_drc .ttl { font:bold 14px Arial; color:#333; line-height:24px }
.col_drc .box { padding:10px; border-bottom:1px dotted #CCC }
.col_drc .box ul { margin:0; padding:10px 0; list-style:none; line-height:16px; font-size:12px }
.col_drc .box ul li a.on { color:#F90 }
.col_drc .box .tags { max-height:150px; margin:0 -10px 5px 0; overflow:scroll; overflow-x:hidden }
.col_drc .ad { padding:15px 0 17px 0; border-bottom:1px dotted #CCC; text-align:center }
