/**
 * public.css
 * CSS file for public page
 */

body {
	background-color: #fff;
	
	text-align: center;
	margin: 45px 0px 0px 0px;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 700px;
	float: left;
	
	background-color: #fff;
	
	background-image: url(publicImages/content-bg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	padding-bottom: 50px;
}

#content-wrapper {
	width: 700px;
	
	margin: 0px auto;
	
	text-align: left;
}

#display-wrapper {
	border: 1px solid #6b5f51;
	float: left;
	margin-top: 16px;
	background-color: #fffaf2;
}

/**
 * Header style
 */
#header {
	width: 700px;
	float: left;
}
#header-wrapper {
	border-bottom: 1px solid #3d2e1c;
	border-top: 1px solid #3d2e1c;
	float: left;
	width: 700px;
}
#header hr {
	display: none;
}
#header h1 {
	margin: 3px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	background-color: transparent;
	
	float: left;
}
#header h1 a {
	text-decoration: none;
	display: block;
	width: 273px;
	height: 60px;
	margin: 10px 0px 0px 0px;
	background-image: url(publicImages/logo.png);
	background-repeat: no-repeat;
}
#header h1 a span {
	display: none;
}

#header h2 {
	margin: 12px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	background-color: transparent;
	
	float: left;
	
	float: right;
}

#header h2 a {
	text-decoration: none;
	display: block;
	width: 400px;
	height: 56px;
	margin: 5px 5px 0px 0px;
	background-image: url(publicImages/logo-compoliticas.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#header h2 a span {
	display: none;
}

/*
#headerLanguages {
	float: left;
	padding: 5px 0px 5px 0px;
}
#headerLanguages h2 {
	display: none;
}
#headerLanguages ul {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#headerLanguages ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
#headerLanguages ul li a {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #c46988;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 0px 0px 0px 0px;
}
*/

/**
 * Footer style
 */
#footer {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #000;
	width: 700px;
	float: left;
	margin-top: 0px;
	position: relative;
	top: 24px;
}
#footer-wrapper {
	border-bottom: 1px solid #3d2e1c;
	margin: 10px 0px 0px 0px;
	float: left;
	width: 698px;
}

#footer hr {
	display: none;
}

#footer img {
	border: 0;
	margin-right: 48px;
	float: left;
}
#footer img.last {
	margin-right: 0px;
}
div#pie-interior {
	float: right;
	height: 15px;
	margin-top: 6px;
	background-image: url(../images/separadores_pie.gif);
	background-repeat: no-repeat;
	background-position: right;
}
div#pie-interior img {
	margin: 0px;
	margin-right: 10px;
}
div#pie-exterior {
	width: 720px;
	float: left;
	padding: 11px 15px 25px 15px !important;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 9px;
	text-align: right;
}
div#pie-exterior a {
	color: #3D2E1C;
	
}
div#pie-exterior p {
	margin-right: 45px;
	
}
div#pie-exterior a:hover  {
	color: #3D2E1C;
}

a#neurange {
	float: left;
	margin-left: 350px;
	margin-top: 5px;
}
a#neurange img {
	border: 0;
}

#taglist {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #e75115;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#taglist p {
	margin: 9px 0px 9px 0px;
	font: normal bold 12px Verdana, Arial, Helvetica;
	color: #535353;
}
#taglist p a {
	font: normal normal 12px Verdana, Arial, Helvetica;
	color: #e75115;
	text-decoration: underline;
	margin-bottom: 20px;
}

#rightbar {
	width: 216px;
	
	float: left;
	
	/*margin-right: 27px;*/
	margin-top: 9px;
}
#rightbar-wrapper {
	margin: 20px;
	margin-top: 10px;
	
	min-height: 450px;
	height: auto;
	_height: 450px;
	
	background-image: url(publicImages/bg-categorybar.png);
	background-position: top center;
	background-repeat: no-repeat;
}