@CHARSET "UTF-8";

a:link img.difum, a:visited img.difum{
	/* CSS3 standard */
	opacity:0.6;
	/* for IE */
	filter: alpha(opacity=60);
	/* for Mozilla */
	-moz-opacity: 0.6;
	/* for KHTML */
	-khtml-opacity: 0.6;
	position: relative;
	top: 5px;
}

a:active img.difum, a:hover img.difum, a:focus img.difum {
	position:relative;
	/* CSS3 standard */
	opacity:1;
	/* for IE */
	filter: alpha(opacity=100);
	/* for Mozilla */
	-moz-opacity: 1;
	/* for KHTML */
	-khtml-opacity: 1;
	position: relative;
	top: 5px;
}

#banner {
	background:url(../../templates/themza_j15_08/images/banners/banner1.jpg) top left no-repeat;
}

.obligatorio {
	font-weight: bold;
}

.invisible {
	visibility: hidden;
	display: none;
}