body {
	margin: 0px;
	padding: 0px;
	background: #73C5E5 url(../img/estilos4/img01.gif) repeat-y center top;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	font-weight: bold;
}

h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #60B7DE;
	text-transform: uppercase;
	font-weight: bold;
}

a {
	font-weight: bold;
	color: #4773C1;
}

h2 {
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #73C5E5;
}

/** HEADER */

#header2 {
	width: 770px;
	margin: 0px auto;
	background: #FFFBFD url(../img/estilos4/img02.gif) repeat-x left top;
	padding: 0px;
}

#header2 h1 {
	margin: 0px;
	padding: 20px;
}

#header2 h2 {
	margin: 0px;
	font-size: 14px;
}

/** MENU */

#menu2 {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 6px 0px;
	background-color: #60B7DE;
}

#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 a:hover {
	background-color: #73C5E5;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
	padding: 20px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 140%;
}

/** FOOTER */

#footer {
	clear: both;
	width: 764px;
	margin: 0px auto;
	border-top: 5px solid #60B7DE;
}
