body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #2971D3 url(../img/estilos7/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #FFFFFF;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Header */

#header2 {
	width: 850px;
	height: 110px;
	margin: 0 auto 40px auto;
}

#logo2 {
	float: left;
	height: 120px;
	background: url(../img/estilos7/img02.jpg) no-repeat left top;
}

#logo2 h1 {
	font-size: 28px;
	color: #FFFFFF;
}


#logo2 h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD9B33;
}

#logo2 a {
	text-decoration: none;
}

/* Menu */

#menu2 {
	float: right;
}

#menu2 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	border-bottom: 4px #F68616 solid;
	margin-left: 2px;
	padding: 7px 10px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
}

#menu2 a:hover {
	text-decoration: underline;
}

#menu2 .active a {
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 775px;
}

/* Footer */

#footer {
	height: 30px;
	min-height: 30px;
	padding: 10px 0 0 10px;
	background: #000000 url(../img/estilos7/img01.jpg) repeat-x;
}

html>body #footer {
	height: auto;
}


