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

body {
	background-color: #d3eac4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(publicImages/bgBody.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 955px;
	position:relative;
	margin-left: -477px;
	left: 50%;
	float: left;
	min-height: 50px;
	height: auto;
	_height: 50px;
	
	/*border: 1px solid red;*/
}

/**
 * Header style
 */
#header {
	height: 90px;
	border-bottom: 3px solid #58b123;
}
#header hr {
	display: none;
}
#header h1 {
	width: 892px;
	height: 55px;

	margin: 14px 0px 25px 55px;
	padding: 0px 0px 0px 0px;
}

#header h1 a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 892px;
	height: 79px;
	background-image: url(publicImages/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 a span {
	display: none;
}

#header #headerLanguages {
	background-image: url(publicImages/fondoIdiomas.gif);
	background-position: top left;
	background-repeat: repeat-x;
	float: left;
	width: 948px;
	height: 26px;
}
#header #headerLanguages h2 {
	display: none;
}
#header #headerLanguages ul {
	margin: 0px 40px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: right;
}
#header #headerLanguages ul li {
	float: left;
	padding: 5px 5px 0px 5px;
}
#header #headerLanguages ul li a {
	font: normal normal 9px Arial, Verdana, Helvetica;
	color: #003875;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 3px 0px 0px 10px;
	background-image: url(publicImages/fondoEnlaceIdioma.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

/**
 * Footer style
 */
#footer {
	width: 955px;
	height: 20px;
	float: left;
	border-top: 3px solid #58b123;
	text-align: center;
	font: normal normal 12px Arial, Verdana;
	color: #000000;
}
#footer hr {
	display: none;
}