@CHARSET "UTF-8";
@IMPORT url("article.css");
@IMPORT url("forms.css");
@IMPORT url("gallery.css");
* {
	margin: 0px;
	padding: 0px;
}
html {
}
body {
	background-color:  #06499a;
	font: 12px Arial, Verdana, Tahoma;
	color: #666666;
}
object {
	outline: none;
}
a {
	color: #8097b4;
}
a:hover {
	color: #9680b4;
}
#container-bg {
	background: url('images/header-bg.gif') repeat-x #ffffff;
}
.logo_my {
	position:absolute;
	margin-left:476px;
}	
#container {
	background: url('images/header.jpg') no-repeat center top;
	width: 1050px;
	margin: 0 auto;
}
#mainmenu {
	width: 544px;
	height: 35px;
	padding-left: 440px;
	padding-top: 245px;
}
#address {
	position: absolute;
	margin-top: 500px;
	margin-left: 75px;
	text-align: center;
	width: 330px;
	color: #114790;
}
#address h3 { 
	font-size: 26px;
	line-height: 50px;
}
#address div, #address span {
	display: block;
	font-size: 17px;
	font-weight: bold;
}
#page-content {
	width: 547px;
	margin-top: 14px;
	margin-left: 419px;
	min-height: 300px;
	padding: 0 17px;
	background: url("images/page-footer.gif") no-repeat left bottom;
}
#page-content h1 {
	padding-left: 72px;
	padding-top: 5px;
	height: 52px;
	line-height: 52px;
}
#article-content {
	padding: 0 32px;
}
#mapa {
	width: 300px;
	height: 300px;
	border: 1px solid #aaaaaa;
	margin: 5px auto;
}
#sflash {
	width: 500px;
	height: 250px;
	margin-left: 24px;
	padding: 4px 5px 2px 4px;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
#footer-bg {
	background: url('images/footer-bg.gif') repeat-x;
}
#footer {
	background: url('images/footer.jpg') no-repeat center top;
	color: #97b2d4;
	width: 547px;
	margin: 0 auto;
	padding: 55px 67px 10px 436px;
}
#footer-content {
	padding: 0 12px;
	font-size: 11px;
}
div#footer-links {
	text-align: center;
	line-height: 20px;
	margin-bottom: 5px;
}
#copyright {
	float: left;
}
#author {
	float: right;
	width: 140px;
}
.tagi {
	margin-top:35px;
	padding-left:10px;
	clear:both;
}
.tagi h3 {
	display:inline;
	font-size:11px;
	font-weight:normal;
}
