/* CSS Document */

/* ============================================= PRINCIPALES ============================================= */

/*.wrapper{padding:5px 0 0 5px;}*/
.cabecera{width:315px; position:fixed;margin:0 0 0 0;}
.main{width:690px;min-width:690px;margin:0 0 0 330px;}

/* columna izquierda (header) */
.mi_menu, .categorias {margin: 0 0 10px 0;}
nav{padding-bottom:5px;}
nav ul{margin:0 0 0 10px;}
nav li a{padding:0 0 0 20px;}

.categorias ul{overflow:hidden;padding-right:10px;}
.categorias li:nth-child(odd){float:left;margin:0 0 0;}
.categorias li:nth-child(even){float:right;}
.categorias li a{width:140px;}
.categorias li:nth-child(even) a{width:105px;}


/* buscador arriba */
.form_buscar{max-width:690px;}
.caja_buscar{max-width:83%;}


/* ============================================= VIDEO ============================================= */

.video_grande{padding-top:50px;overflow:hidden;position:relative;}
.video_grande figure{display:block;position:relative;/*min-height:388px;*/width:690px;overflow:hidden;}

.video_player{min-height:388px;width:690px;margin:0; padding:0;background-size:690px auto;}
.video_player video{min-height:388px;width:690px;margin:0;} 
.video_object{min-height:388px;width:690px;}


/* -------- caja de video cuando el video no existe ------- */
.video_no_disponible, .video_no_existe, .usuario_no_existe, .video_registro{width:690px;height:160px;margin:0 auto;}
div[data-url="error_video_no_existe"] .video_grande figure, div[data-url="error_usuario_no_existe"] .video_grande figure, div[data-url="error_video_no_disponible"] .video_grande figure{min-height:160px;}


.usuario_no_existe{background:url(/img/usuario_no_existe_690.jpg) no-repeat 0 0;}
.video_no_disponible{background:url(/img/video_no_disponible_690.jpg) no-repeat 0 0;}
.video_no_existe{background:url(/img/video_no_existe_690.jpg) no-repeat 0 0;}
.video_registro {background:url(/img/video_registro_690.jpg) no-repeat 0 0; margin-top:55px}
 
.flecha_abrir{right:-640px;} 


/* ============================================= LISTADO VIDEOS ============================================= */


/* ============================================= MIS CANALES FAVORITOS ============================================= */

.caja_canales_favoritos li{margin-right:20px;width:300px;}
.caja_canales_favoritos .titulo_video{max-width:260px;}
.thumbnail_canal{height:110px;width:110px;}

/* borrar mis canales y mis videos favorito */
.capa_borrar_favorito p:first-of-type{margin:0 0 15px 0;}
.capa_borrar_canal p:first-of-type{margin:0 0 15px 0;} 