* {
	padding: 0;
	margin: 0;
}

acronym, abbr {
	font-variant: normal;
	cursor: help;
}

img {
	border: 0;
	vertical-align: middle;	
}

form td, form th {
	vertical-align: top;
}

form td p {
	font-size: 0.95em  !important;
	margin: 5px 0 !important;
	font-style: italic;
}

.button {
	width: auto !important;
}

.radio {
	width: auto;
	border: 0 none;
}

body {
	background-color: #FFF;
	background-image: url(../images/bg/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a:link, a:visited {
	color: #877448;
}

a:hover, a:visited:hover {
	color: #000 !important;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

.clear {
	clear: both;
}

.error {
	color: #F00;
	font-weight: bold;
}

.alert {
	color: #070;
	font-weight: bold;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
}

h2 {
	color: #877448;
	font-size: 2.6em;
	line-height: 0.8em;
}

h3 {
	color: #d4bb22;
	font-size: 2em;
}

#footer p.contact {
	font-family: Georgia, "Times New Roman", serif;
	color: #d4bb22;
	font-size: 1.2em;
}

#header {
	width: 100%;
	height: 152px;
	
	background-color: #FFF;
	background-image: url(../images/bg/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
	
	#header .centered {
		width: 934px;
		margin: 0 auto;
	}
	
	#header h1 {
		float: left;
	}
	
	#header #login {
		float: right;
		width: 460px;
		height: 70px;
		margin-top: 15px;
		font-size: 1.1em;
		color: #757575;
	}
	
		#header h4 {
			color: #877448;
			font-family: Georgia, "Times New Roman", serif;
			font-weight: normal;
			font-size: 1.3em;
			margin-bottom: 5px;
		}
		
		#header p {
			margin: 0;
		}
		
		#login a:link, #login a:visited {
			color: #757575;
		} 
	
		#header #login .new {
			float: left;
			padding-right: 10px;
			padding-top: 10px;
			margin-right: 10px;
			border-right: 1px dotted #666;
			height: 60px;
			width: 165px;
			text-align: right;
		}
		
		#header #login .login {
			padding-top: 10px;
		}
		
		#header #login td, #header #login th {
			padding: 0;
		}
		
		#header #login .login th {
			font-weight: normal;
			text-align: left;
			padding-right: 5px;
			width: 120px;
		}
				
		#header #login .login input {
			width: 110px;
		}
		
		#header #login .login #pass {
			margin-right: 5px;
		}
		
		#header #login .login .submit {
			width: auto;
		}
	
	#header .uinfo {
		width: 200px !important;
		margin-top: 25px !important;
	}
	
		#header .uinfo h4 {
			margin-bottom: 10px;
		}
		
		#header .uinfo p strong {
			font-weight: normal;
			font-size: 1.2em;
		}
	
	#header #langSelector {
		float: right;
		margin-right: 10px;
	}
				
		#header #langSelector img {
			margin-left: 5px;
		}
	
	#header #menu {
		width: 934px;
		height: 34px;
		margin: 0 auto;
		clear: left;
	}
	
		#header #menu ul {
			list-style-type: none;
			float: left;
		}
	
		#header #menu li {
			display: inline;
			cursor: pointer;
		}
	   
#contenedor {
	margin: auto;
	width: 934px;
	position: relative;
	top: -17px;
	padding: 0 10px;
}

#cornersCont {
	width: 934px;
	margin: auto;
	position: relative;
	top: -17px;
}

#corners {
	position: absolute;
	width: 924px;
	margin: 0 5px;
}

	.cornerLeft {
		width: 11px;
		height: 18px;
		background-image: url(../images/bg/cornerLeft.gif);
		background-repeat: no-repeat;
		position: relative;
		left: -16px;
	}

	.cornerRight {
		width: 11px;
		height: 18px;
		background-image: url(../images/bg/cornerRight.gif);
		background-repeat: no-repeat;
		position: relative;
		left: 16px;
		float: right;
	}

p.page {
	font-size: 1.2em;
}

.page {
	margin: 20px;
}

#intro p, .page p {
	font-size: 1.2em;
	margin: 20px 0;
}

#footer {
	clear: both;
	margin: auto;
	padding-top: 10px;
	width: 900px;
	font-size: 1.1em;
	color: #666;
	text-align: center;
}

	#footer ul li {
		display: inline;
	}