p,h1,h2,h3,h5,form,fieldset,label,input{
	border:0;margin:0;padding:0;
}

ul, li { padding: 0px; margin: 0px; }
a { text-decoration:none; }

#widget_selector {
	margin 					: 0 auto;
	padding  				: 0 auto;
	font-family 			: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size 				: 12px;
    color 					: #999;
}

#widget_selector .videos_columnas h3
{
	font-size 				: 12px;
}

#widget_selector .videos_columnas img
{
	width 					: 70px;
	height 					: 50px;
	border 					: 2px #333 solid;
	padding					: 2px;
}

#widget_selector .videos_columnas img:hover
{
	border 					: 2px #f00 solid;
}

#widget_selector .videos_columnas
{
 	text-align 				: left;
 	padding 				: 5px;
 	margin 					: 4px;
 	float 					: left;
 	width 					: 140px;
}

#widget_selector #thumb
{
	position 				: relative;	
}

#widget_selector #duracion
{
	position 				: absolute;
	padding 				: 0 2px 0 2px;
	font-size 				: 10px;
	background 				: #f00;
	color 					: #fff;
	top 					: 4px;
    left 					: 5px;
}

#widget_selector .selector 
{
	border 					: 1px #ccc solid;
	padding 				: 10px;
	clear 					: both;
}

#widget_selector .selector .bottom
{
	border-top 				: #333 2px solid;
	clear 					: both;
}

#widget_selector .selector h5
{
	border-bottom 			: 3px #333 solid;
	font-size 				: 9px;
}

#widget_selector .selector a {
    color: #333;
    padding: 0;
    text-decoration: none;
}

#widget_selector .selector a:hover {
    color: #f00;
}

