@charset "utf-8";
/* CSS Document */
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow-y: hidden;
		scroll:"no";
	}
	
	#flashcontent {
	height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #333333;
	}

.header {
	height: 30px;
	width: 100%;
}
.cont_foto {
	border-left: dotted #eeeeee 1px;
	background-color: #FFFFFF;
	height: 350px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.foto {
	height: 350px;
}
.dida {
	height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
	padding: 20px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	line-height: 14px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
li {
	list-style-type: none;
color: #000000;
font-size: 9px;
line-height: 14px;
}
ol {
	list-style-type: none;
color: #000000;
font-size: 9px;
line-height: 14px;
padding-left: 8px;
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #000000;
}
