
body {
	margin: 0px;
	padding: 0px;
	background: #eeeeee url(images/img01.gif) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

.invalid {
	background-color: #cccccc;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h5 {
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 1.4em;
	padding: 10px;
	text-align: center;
}

a {
	color: #444444;
}

a:hover {
	text-decoration: none;
	color: #800000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
}
#esqueleto {
	float: right;
	padding: 0;
}

#esqueleto img {
	height: 92px;
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 0px 0px 0px 10px;
}

/* Menu */

#menu {
	float: right;
	width: 900px;
}

#menu ul {
	margin: 0px;
	padding: 9px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	float: right;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
}

#menu a:hover {
	background: #ffffff;
	color: #444444;
}

#menu .active {
	background: #a32626 url(images/img02.gif) no-repeat 0px 0px;
}

#menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
}

/* Content */

#content {
	float: right;
	width: 570px;
}

#content p, #content ol, #content il {
	margin: 0px;
	padding:0px auto 0px auto;
	line-height: 160%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	background: url(images/img03.gif) repeat-y left top;
	margin: 0px 0px 30px 0px;
}

#sidebar p, #sidebar ol, #sidebar ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 20px;
}

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

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto 0 auto;
	padding: 20px;
	background: #333333;
	text-align: center;
}

#footer p {
	margin: 0px auto;
	border-left: 5px solid #ffffff;
	padding: 18px 20px 20px 15px;
	font-size: 12px;
	color: #FFFFFF;
	width: 600px;
	text-align: justify;
	line-height: 15px;
}

#footer a, #footer a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#logos-footer {
	clear:both;
	width: 100%;
	border-top: 1px solid #CCCCCC;
	background: #FFFFFF;
	float: left;
}

#logos-grupo {
	margin: auto;
	width: 660px;
}

#logos {
	margin: 10px;
	float:left;
}
