/* Elements */

body {
	margin: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #44A0AF;
}

A:link{ color:#333333; text-decoration:none; }
A:hover{ color:#2C7683; text-decoration:underline; }
A:active{ color:#333333; text-decoration:none; }
A:active:hover{ color:#2C7683; text-decoration:underline; }
A:visited{ color:#333333; text-decoration:none; }
A:visited:hover{ color:#2C7683; text-decoration:underline; }

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #333333;
	border-color: #FFFFFF;
	border-width: 1;
}

a:hover {
	text-decoration: underline;
}

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
	border: 1px Solid #44A0AF;
}

.img2 {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px Solid #44A0AF;
}
/* Header */

#header {
	height: 102px;
	margin: 0px auto;
	width: 852px;
	background-image: url(images/Header_AZUL.jpg);
}


#header h1 {
	margin: 0px;
	padding: 67px 15px 0 30px;
	font-size: 22px;
	color: #44A0AF;
	font-style: normal;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#header h2 {
	margin: 0;
	padding: .1em 0 0 60px;
	font-size: 16px;
	letter-spacing: -1px;
	color: #44A0AF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 852px;
	height: 30px;
	margin: 0px auto;
	font-size: 16px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 142px;
	padding: 5px 0px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #44A0AF;
}

#menu a:hover {
	background: #FFFFFF;
	color: #44A0AF;
}

/* Content */

#content {
	background: #FFFFFF;
	margin: 0px auto;
	padding: 2px 0px 0px 0px;
	width: 852px;
}

#colOne {
	float: left;
	width: 180px;
	margin-top: 10px;
	padding-left: 20px;
	text-align: left;
	font-size: 12px;
	border: 1px solid White;
}

#colTwo {
	float: left;
	width: 570px;
	margin-top: 10px;
	padding-right: 50px;
	padding-left: 30px;
	text-align: justify;
	padding-top: 10px;
}

#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#colThree {
	float: right;
	width: 550px;
	padding-right: 50px;
	padding-left: 40px;
	text-align: justify;
	background-image: url(images/Sfondo-Home.jpg);
}

#content h1 {
	color: #44A0AF;
	font-size: 24px;
	border-bottom: 1px dashed;
}

#content h2 {
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #44A0AF;
}

#content h3 {
	color: #000000;
}
/* Footer */

#footer {
	width: 852px;
	margin: 0px auto;
	height: 100px;
	background-image: url(images/Footer_AZUL.jpg);
	text-align: center;
	word-spacing: 5px;
}

