/*-------------------------------------------*/
/*Feeds YouTube*/
/*-------------------------------------------*/
.vidFeed {
	background-color:#0C0C0C;
	display:inline-block;
	float:left;
	margin:9px;
	padding:8px;
	width:158px;
	height:180px;
	border:1px solid #262626;
	cursor:pointer;
}
.vidFeed .titFeed {
	display:block;
	height:36px;
	overflow:hidden;
	margin-top:8px;
}
.vidFeed .titFeed, .vidFeed .titFeed a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	line-height:17px;
}
.vidFeed .desFecha {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	display:block;
	height:10px;
	overflow:hidden;
	margin-top:5px;
	display:none!Important;
}
.vidFeed.desFecha, .vidFeed .titFeed {
	padding-left:2px;
}
.vidFeed .desFeed * {
	display:none;
	margin:0px;
	padding:0px;
}
.vidFeed .desFeed img {
	width:158px;
	height:120px;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
}
.vidFeed .miVideo {
	display:none;
}
.vidFeed .vidFeed * {
	cursor:pointer!Important;
}
.vidFeedover {
	background-color:#2D2D2D;
	background-color:#E6C02D;
	color:#000!Important;
	color:#333!Important;
}
.vidFeedover a {
	color:#333!Important;
}
/*-------------------------------------------*/
/*Feeds FotoLog*/
/*-------------------------------------------*/
.fotFeed {
	background-color:#0C0C0C;
	display:inline-block;
	float:left;
	margin:10px;
	padding:10px;
	width:200px;
	height:210px;
	border:1px solid #262626;
	cursor:pointer;
}
.fotFeed .titFeed {
	display:block;
	height:36px;
	overflow:hidden;
	margin-top:8px;
}
.fotFeed .titFeed, .fotFeed .titFeed a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	line-height:17px;
}
.fotFeed .desFecha {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	display:block;
	height:10px;
	overflow:hidden;
	margin-top:5px;
	/**/
	display:none;
}
.fotFeed.desFecha, .fotFeed .titFeed {
	padding-left:2px;
}
.fotFeed .desFeed * {
	display:none;
	margin:0px;
	padding:0px;
}
.fotFeed .desFeed img {
	width:200px;
	height:150px;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
}
.fotFeed .miVideo {
	display:none;
}
.fotFeed .fotFeed * {
	cursor:pointer!Important;
}
.fotFeedover {
	background-color:#2D2D2D;
	background-color:#E6C02D;
	color:#000!Important;
	color:#333!Important;
}
.fotFeedover a {
	color:#333!Important;
}
/*-------------------------------------------*/
/*-------------------------------------------*/
.cargando {
	display:block;
	text-align:center;
	margin:120px;
	line-height:30px;
	font-size:12px;
}
/*-------------------------------------------*/

