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

body {
	
	background-image: url(publicImages/main-bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	
	text-align: center;
	margin: 0;

}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 1056px;
	min-height: 685px;
	height: auto;
	float: left;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	
	background-image: url(publicImages/franja_menu_roja.png);
	background-repeat: repeat-y;
	background-position: bottom left;

}

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

/**
 * Header style
 */
 
#header {
	width:676px;
	height: 188px;
	margin: 13px 0px 15px 0px;
	float: left;
}
#header hr {
	display: none;
}
#header h1 {
	/*width: 321px;
	height: 88px;
	margin: 0px 0px 0px 0px;*/
}

#header h1 a {
	text-decoration: none;
	display: block;
	
	height: 145px;
	margin: 0px 0px 0px 0px;
	background-image: url(publicImages/logo_azul.png);
	background-repeat: no-repeat;
}

#header h1 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 10px Arial, Verdana, Helvetica;
	color: #005e97;
	float: left;
    margin: 13px 0 0px 30px;
	padding: 0px;

	
	height: 30px;

	text-align: left;
	font-size: 10px;
	
}
#footer hr {
	display: none;
}

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;
}

#breadcrumb {
}
