/************************************* Módulo Vídeo  */
.modulo-video{
	margin: 0px 0px 0px 0px;
	height:auto;
	width: auto;
}
.titulo-abaixo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	color: #333;
}
/**************************************************************** /*----- leia mais ----- */
.videos .allmode-showall {
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	margin-top: 0px;
	margin-bottom: 13px;
	padding: 0 8px;
	font: bold 10px/19px Arial, Helvetica, sans-serif;
	color: #fff; 
	text-transform: uppercase;
	border-radius: 3px;
	float:right;
	background-color: #BF2023;
	position:relative;
	z-index: 9999999;
}
.videos #area-leiamais{
	position:relative;
	z-index: 999999;
}
.videos .allmode-showall a {
	font-weight: bold;
	color: #fff !important;
}
.videos .allmode-showall a:hover {
	color: #fff;
}
div.mod-inner:hover .allmode-showall {
	opacity: 1;
	filter: alpha(opacity=100);
}
/************************************* Plugin All-Vídeo  */
	.avVideo .avPlayerContainer .avPlayerBlock {width:100%!important;position:relative!important;padding:0 0 65% 0!important;}
	.avVideo .avPlayerContainer .avPlayerBlock iframe,
	.avVideo .avPlayerContainer .avPlayerBlock object,
	.avVideo .avPlayerContainer .avPlayerBlock embed,
	.avVideo .avPlayerContainer .avPlayerBlock div {position:absolute!important;top:0;left:0;min-width:100%!important;width:100%!important;height:100%!important;}
