
body
{
/*	background: url("../images/bg.jpg") no-repeat 50% 0% #9d0404;	*/
	background: url("../images/v3_bg.jpg") repeat-x;
	font-family: Tahoma;
	font-size: 12px;
}

#header {
	position: relative;
	margin: 0 auto;
	background: url("../images/v3_bg_header.jpg") 25px 0px no-repeat;
/*	background: url("../images/header.gif") no-repeat;*/
	width:1000px;
	height:80px;
}

#header .middle
{
	position: absolute;
	top: 0px;
	left: 25px;
}

#menu {
	margin: 0 auto;
	background: url("../images/v3_bg_menu.jpg") repeat-x;
	width: 952px;
	height: 33px;
	padding-top: 7px;
	clear:both;
}

#menu ul
{
	margin: 0 auto;
	width: 952px;
	padding-top:5px;
}

#menu ul li
{
	width: 110px;
	text-align: center;
	list-style: none;
	float:left;
}

#menu ul li a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	width: 110px;
	padding: 10px;
	height: 25px;
}

#menu ul li a:hover
{
	color: #000;
}

#content
{
	background: url("../images/v3_bg_content.jpg") 50% 0% no-repeat;	
	width: 952px;
	margin: 0 auto;
}

#content h1
{
	font-size: 2em;
	color: #000;
}

#megusta
{
	margin: 5px auto;
	width: 937px;
	height: 45px;
	color: #fff;
	padding: 5px;
	background: url("../images/bg_social_top.gif") no-repeat;
}

#megusta .facebook
{
	float:left;
	width: 550px;
	padding-top: 10px;
	padding-left: 30px;
}

#megusta .social_links
{
	float:left;
	width: 350px;
	top:10px;
}

.wrapper_social ul li
{
	float: left;
	width: 80px;
}

#box
{
	width: 920px;
	margin:	0 auto;
}

#box .box_top
{
/*	background: url("../images/box_top.gif") no-repeat;*/
	height:15px;
}

#box .box_middle
{
/*	background: url("../images/box_middle.gif") repeat-y;*/
}

#box .box_middle h1
{
	font-size: 1.8em;
}

#box .box_middle h2
{
	font-size: 1.4em;
	font-weight: bold;
}

#box .box_bottom
{
	background: url("../images/box_bottom.gif") no-repeat;
	height:20px;
}

#destacados
{
	background: url("../images/bg_video.jpg") repeat-x;
	margin: 0 auto;
	width: 920px;
	border: 1px #999 solid;
	height: 400px;
	clear: both;
}

#centrado
{
	margin: 0 auto;
	width: 920px;
	padding-top: 10px;
}

#destacados .reproductor
{
	width: 500px;
	padding: 0px 20px 20px 20px;
	margin-right: 10px;
	float: left;
	/*border: 1px #ccc solid;*/
}

#destacados a
{
	text-decoration: none;
	color: #000;
}

#destacados a:hover
{
	color: #f00;
}

#destacados h2
{
	font-size: 1.5em;
	color: #000;
	padding: 5px;
}

#destacados .columna_videos
{
	height: 350px;
	overflow: auto;
	width: 360px;
	float: left;
}

#destacados .columna_videos img
{
	padding: 2px;
	margin: 3px;
	width: 70px;
	border: 2px #ccc solid;
}

#destacados .columna_videos li
{
	margin: 2px;
	padding: 3px;
	border: 1px solid #ccc;
	height: 70px;
	width: 330px;
}

#destacados .columna_videos li a
{ 
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#destacados .columna_videos li a:hover
{
	color: #f00;
}

.reproductor .votos
{
	padding: 10px;
	width: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px #ccc solid;
}

.reproductor .votos a
{
	text-decoration: none;
	font-size: 1.5em;
	color: #f00;
}

.reproductor .col_reprod
{
	float:left;
}

.reproductor .col_reprod_social
{
	float:left;
	width:50px;
	padding-left:5px;
	text-align: center;
}

.visitas
{
	color: #f00;
	font-size: 0.9em;
}

#videos_list
{
	margin: 0 auto;
}

#videos_list .video
{
	float: left;
	width: 280px;
	border: 1px #ccc solid;
	padding: 5px;
	margin: 7px;
	height: 135px;
	background: url("../images/bg_video.jpg") repeat-x;
}


#videos_list .video a
{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#videos_list .video a:hover
{
	color: #f00;
}

#videos_list .video .titulo
{
	height: 45px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 5px;
}

#videos_list .video h2
{
	font-size: 1.1em;
	padding-bottom: 5px;
}

#videos_list .video .thumbnail
{
	border: 1px #ccc solid;
	width: 100px;
	padding: 3px;
}

#videos_list .video .thumbnail:hover
{
	border: 1px #f00 solid;
}


#videos_list .video .img_thumb
{
	width: 120px;
	float:left;
}

#videos_list .video .votos_visitas
{
	width: 150px;
	float: left;
	clear: right;
	font-size: 0.9em;
}

#videos_list .video .votos_visitas b
{
	color: #f00;
	font-weight: bold;
}

#video h1
{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 2px #000 solid;
}

#video .video_descrip
{
	padding: 10px;
	font-size: 1.1em;
	line-height: 1.2em;
}

.video_descrip a
{
	text-decoration: none;
	font-weight: bold;
	color: #06C;
}

.video_descrip a:hover
{
	color: #f00;
}

#video .reproductor
{
	width: 580px;
	float: left;
	margin-right: 10px;
}

#video .sitebar
{
	margin-top: 10px;
	margin-right: 15px;
	width: 300px;
	float: left;
/*	border: 1px #ccc solid;*/
}

.sitebar
{
	width: 300px;
	float: left;
}

.sitebar_tags h2
{
	margin: 20px;
}

.sitebar_tags li
{
	border-bottom: 1px #ccc solid;
	padding:5px;
}

.sitebar_tags li a
{
	color: #333;
	text-decoration: none;
}

.sitebar_tags li a:hover
{
	color: #f00;
}

#vid 
{
	position: relative;
}

#vid .time
{
	position: absolute;
	border: 1px #555 solid;
	background: #ccc;
	padding: 3px;
	top: 65px;
}

.vid_relacionados ul
{
	list-style-type: none;
}

.vid_relacionados li
{
	width: 290px;
	border: 1px #ccc solid;
	padding: 5px;
	margin-bottom: 5px;
	text-align: left;
}

.vid_relacionados img
{
	border: 1px #e4e4e4 solid;
	padding: 2px;
	margin-bottom:5px;
}

.vid_relacionados a
{
	color: #333;
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

.vid_relacionados a:hover
{
	color: #f00;
}

#listas ul, #listas_bloques ul
{
	padding: 10px;
	margin-left: 10px;
	clear: both;
}

#listas ul li
{
	padding: 5px;
	width:  210px;
	border-left: 1px #ccc solid;
	float: left;
}

#listas ul li a
{
	color: #333;
}

#listas ul li a:hover
{
	color: #f00;
}

#listas_bloques ul li
{
	padding: 5px;
	width:  210px;
	height: 180px;
	border-bottom: 1px #ccc dashed;
	float: left;
	line-height: 1.3em;
}

#listas_bloques a
{
	color: #f00;
	text-decoration:none;
}

#listas_bloques h2
{
	font-size: 1.2em;
}

#listas_bloques ul li a:hover
{
	color: #f00;
}

#listas_bloques ul li b
{
	font-weight: bold;
}

#users
{
	border: 1px #ccc solid;
	padding: 10px;
}

#users .user
{
	position: relative;
	float:left;
	margin: 8px;
}

#users .user .flag
{
	position: absolute;
	left: 38px;
	top: 42px;
}

#users .user .thumbnail
{
	border: 1px #ccc solid;
	width: 50px;
	height: 50px;
	padding: 3px;
}

#users .user .thumbnail:hover
{
	border: 1px #f00 solid;
}

.filtros
{
	padding: 10px;
}

.filtros a
{
	border: 1px #ccc solid;
	padding: 5px;
	color: #666;
	text-decoration: none;
}

.filtros a:hover
{
	background: #999;
	color: #fff;
}

.filtros .activo
{
	background: #333;
	color: #fff;
}

#pagination 
{
	text-align: center;
	padding: 15px;
}

#pagination a
{
	padding: 5px;
	border: 1px #ccc solid;
	text-decoration: none;
	color: #666;
}

#pagination a:hover
{
	background: #ccc;
}

#pagination strong
{
	padding: 5px;
	border: 1px #000 solid;
	background: #e4e4e4;
	color: #000;
}

#footer {
	margin: 0 auto;
	border-top: 5px #333 solid;
	background: url("../images/bg_video.jpg") repeat-x;
	height:164px;
}

#footer a
{
	color: #333;
	text-decoration: none;
}

#footer .bottom
{
	color: #000;
	padding: 50px 10px 10px 10px;
	font-size: 0.9em;
	float: right;
}

#footer .middle
{
	padding-top: 20px;
	width: 900px;
	margin: 0 auto;
}


#footer .middle .footer_column
{
	float: left;
	width: 250px;
}

#footer ul li
{
	list-style: circle;
	width:250px;
	padding: 5px;
}

#footer a:hover
{
	color: #f00;
}

.advertencia
{
	padding: 15px 15px 15px 50px;
	margin: 10px;
	border: 1px #f00 solid;
	background: url("../images/advertencia.png") 5px 5px no-repeat;
	color: #f00;
}

form
{
	border: 1px #e4e4e4 solid;
	padding: 5px;
}

form table
{
	width: 100%;
	border-collapse: collapse;
}

form input
{
	border: 1px #666 solid;
}

form .boton
{
	background: #ccc;
	padding: 3px;
}

form table th
{
	border: 1px #ccc solid;
	padding: 5px;
	font-weight: bold;
	width: 200px;
	text-align: left;
	color: #666;
	background: #e4e4e4;
}

form table td
{
	border: 1px #ccc solid;
	padding: 5px;
	background: #fff;
}

#tags
{
	border: 1px solid #ccc;
	background: url("../images/bg_video.jpg") repeat-x;
	padding: 10px;
	margin: 5px;
}

#tags a
{
	color: #333;
	text-decoration: none;
}

#tags a:hover
{
	color: #f00;
	text-decoration: underline;
}

.tags_list
{
	border: #ccc 1px solid;
	background: url("../images/bg_video.jpg") repeat-x;
	padding: 5px;
	margin: 10px;
}

.tags_list a
{
	color: #333;
	text-decoration:none;
}

.tags_list a:hover
{
	color: #f00;
}

.tags_list .duracion
{
	text-align: left;
	padding: 5px;
	color: #f00;
}
