/* CSS Document */
#videos {
	width:570px;
	height:290px;
	margin:0 0 0 7px;
	padding-top:20px;
}
#videoSelec {
	width:340px;
	height:260px;
	float:left;
	margin:10px 0 0 0;
}
#listaVideos {
	width:222px;
	height:260;
	float: right;
	margin:10px 0 0 0;
}
.topvid {
	width:218px;
	/*height:20px;
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;*/
	margin:0 0 0 0;
	/*float:left;
	display:block;*/
}
#contenedorLista {
	width:217px;
	height:261px;
	padding:0 0 0 0;
	background-color:#E8F2FB;
	float:right;
}
#item {
	width:186px;
	margin:10px 0 0 15px;
	padding:0 0 10px 0;
	float:left;
	border-bottom:1px solid #88A4BA;
}
.tituloItem {
	height:12px;
	font-family: Tahoma;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	color:#012039;
	border-bottom:1px solid #012039;
}

#item_det {
	width:335px;
	margin:6px 0 0 3px;
	padding:0 0 10px 0;
	float:left;
	border-bottom:1px solid #88A4BA;
}



.descripcion {
	font-family: Tahoma;
	font-size:11px;
	padding:3px 0 0 0;
	color:#012039;
	float:right;
}

.botton {
	width:217px;
	height:25px;
	background-image: url(images/botton.jpg);
	background-repeat:no-repeat;
	margin:0 0 0 0;
	float:left;
	display:block;
}
.destacado_det {
	width:217px;
	height:25px;
	margin:0 0 0 0;
	float:left;
	display:block;
}


.tituloVideos {
	font-family: Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#012039;
}

#paginador {
	width:217px;	
	height:20px;
	float:left;	
}



