/* import global style definitions */

@import url("_global.css");

@media screen {

	/* altering to inherited global style definitions */

	#content h1,
	#content h2.h1-style {
		background: url(/_design/fotos/arrow-big.gif) no-repeat scroll left top;
	}

	/* current section style definitions */

	#content h3 span {
		font-size: 22px;
	}

	#content img {
		margin: 4px 0px 4px 8px;
		border: 1px solid #FEC422;
		clear: right;
		float: right;
	}
	
	#content .thumbnails {
		width: 100%;
		margin: 10px 0px;
		padding: 0px;
		overflow: hidden;
		float: left;
	}

	#content .thumbnails ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		cursor: pointer;
		float: left;
	}

	#content .thumbnails ul li {
		width: 145px;
		height: 140px;
		margin: 0px;
		padding: 0px;
		position: relative;
		overflow: hidden;
		float: left;
	}

	#content .thumbnails ul li a {
		background-image: url(/_design/fotos/thumbnail-bg.jpg);
		background-position: 0px 0px;
		background-repeat: no-repeat;
		margin-left: 5px;
		margin-top: 5px;
		float: left;
		width: 140px;
		height: 135px;
		text-decoration: none;
	}

	#content .thumbnails ul li a:hover {
		background-position: 0px -135px;
	}

	#content .thumbnails span {
		width: 130px;
		height: 30px;
		position: absolute;
		z-index: 1;
		line-height: normal;
		cursor: pointer;
		overflow: hidden;
		display: block;
		float: left;
	}

	#content .thumbnails span strong {
		margin: 7px 0px 3px 0px;
		padding: 0px 2px 6px 25px;
		background: url(/_design/fotos/thumbnail-strong-arrow.jpg) no-repeat scroll 10px 0px;
		font-weight: normal;
		font-size: 10px;
		line-height: 11px;
		text-align: left;
		text-decoration: underline;
		overflow: hidden;
		display: block;
		float: left;
	}

	#content .thumbnails ul li a img {
		margin: 37px 13px 0px 12px;
		border: none;
	}


}

@media print {



}