/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
   	margin:0;
	background-color:#6089b7;
	font-size: 12px;
	color: #3d4454;
}

/* Wrapper */
#wrapper {
    margin: auto;
	background-color:#ffffff;
	width: 846px;
	height:auto;
}

/* Header */
#header {
	margin : 0 auto;
	width: 766px;
	height: 80px;
	background-color:#004279;
	border-bottom:solid 1px #FFFFFF;
}

/* Foto */
#foto {
	float:right;
	width: 536px;
}

/* Footer */
#footer {
	margin : 0 auto;
	width: 766px;
	height: 20px;
	background-color:#004279;
}

.menu{
	padding: 10px 0 10px 24px;
	background: url(/images/img05.gif) no-repeat 10px 17px;
	text-decoration: none;
	font-size:10pt;
	color: #385B88;
}
.menu:hover{
	background: url(/images/img06.gif) no-repeat 10px 17px;
	text-decoration: underline;
	color: #0093d5;
}

.toplinks{
	text-decoration: none;
	text-transform:uppercase;
	font-size:10pt;
	color: #ffffff;
}

.toplinks:hover{
	color:#000000;
	text-decoration: underline;
}
.copyright {
	text-align: left;
	font-size: 8pt;
	color: #ffffff;
}

.linkscopyright{
	text-decoration: none;
	font-size:8pt;
	color: #ffffff;
}

.linkscopyright:hover{
	text-decoration: underline;
}

.title{
	color: #385B88;
	text-transform:uppercase;
}
.titlegreat{
	color: #385B88;
	text-transform:uppercase;
	font-size:12px;
	font-weight: bolder;
}
.links{
	text-decoration: none;
	font-size:10pt;
	color: #0093d5;
}
.links:hover{
	text-decoration: underline;
	color: #0093d5;
}
