@charset "utf-8";
/* CSS Document */
.bigimgteaser {
	margin-top: 5px;
	overflow: hidden;
	float: left;
	position: relative;
}
.bigimgteaser a {
	text-decoration: none;
	float: left;
}
.bigimgteaser a:hover {
	cursor: pointer;
	text-decoration:none;
}
.bigimgteaser a:hover .desc{
	display: block;
     font-family: arial;
	font-size: 12px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin: 0;
	width: 340px;
}
.bigimgteaser a:hover .desc strong {
	margin-bottom: 5px;
     font-family: arial;
	font-size:1.5em;
	color: #00CCFF;
}
.bigimgteaser a .desc {	display: none; }
.bigimgteaser a:hover .more { visibility: hidden;}


.rubricaimgteaser {
	margin-left: 5px;
	margin-top: 5px;
	overflow: hidden;
	float: left;
	position: relative;
	width: 235px;
}
.rubricaimgteaser a {
	text-decoration: none;
	float: left;
}
.rubricaimgteaser a:hover {
	cursor: pointer;
	text-decoration:none;
}
.rubricaimgteaser a:hover .desc{
	display: block;
     font-family: arial;
	font-size: 12px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin: 0;
	width: 235px;
}
.rubricaimgteaser a:hover .desc strong {
	margin-bottom: 5px;
     font-family: arial;
	font-size:1.5em;
}
.rubricaimgteaser a .desc {	display: none; }
.rubricaimgteaser a:hover .more { visibility: hidden;}



.smallimgteaser {
	overflow: hidden;
	float: left;
	position: relative;
}
.smallimgteaser a {
	text-decoration: none;
	float: left;
}
.smallimgteaser a:hover {
	cursor: pointer;
	text-decoration:none;
}
.smallimgteaser a:hover .desc{
	display: block;
     font-family: arial;
	font-size: 12px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 0px;
	padding: 10px;
	margin: 0;
	width: 165px;
}
.smallimgteaser a:hover .desc strong {
	margin-bottom: 5px;
     font-family: arial;
	font-size:1.5em;
	color:#00CCFF;
}
.smallimgteaser a .desc {	display: none; }
.smallimgteaser a:hover .more { visibility: hidden;}

