@charset "UTF-8";
/* CSS Document */

.title {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
	height: 110px;
	width: 100%;
	font-style: italic;
	font-size: xx-large;
	line-height: 45px;
	font-weight: bolder;
	text-transform: uppercase;
}

a:hover {
	text-decoration: underline;
	}
a:link {
	text-decoration: none;
	color:#00F;
	}
a:visited {
	text-decoration: none;
	color:#90F;
	}
	
.menu {
	font-size: large;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 150px;
}
.bg {
	background-image: url(images/back.gif);
	background-repeat: repeat;
}
.langbar {
	width: 120px;
	text-align: center;
}
.center {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.obras_review {
	height: 144px;
	width: 144px;
	text-align: center;
	vertical-align: middle;
}
