html, body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Arial, Verdana, Tahoma;
	font-size: 100%;
	color: #1A1A1A;
	height: 100%;
	background-color: #fff;
}

#global {
	margin: 0 auto;
	padding: 0;
	display: block;
	background-color: #fff;
	width: 900px;
	min-height: 100%;
	height: auto;
}

#header {
	background: #fff url('./img/bg_header.png') repeat-y;
	display: block;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0 0 0 7px;
	-webkit-border-radius: 0 0 0 7px;
	border-radius: 0 0 0 7px;
}
	#header h1 {
		margin: 0;
		padding: 0;
		background-color: transparent;
		text-shadow: 2px 2px 2px #4D4D4D;
		font-size: 2em;
	}
	#header h1 a {
		margin: 0;
		padding: 0;
		color: #1a1a1a;
		text-decoration: none;
	}

#nav {
	display: block;
	margin: 0;
	padding: 5px;
	text-align: center;
	height: 40px;
	line-height: 24px;
	font-weight: bold;


}
	#nav ul {
		margin: 0;
		padding: 0;
	}
	#nav ul li {
		float: left;
		margin: 0;
		padding: 2px;
		width: 100px;
		text-align: center;
		list-style-type: none;
		font-size: 1.1em;
		height: 20px;
	}
	#nav ul li a {
		background-color: #fff;
		text-decoration: none;
		color: #FFA500;
		border: 2px solid #FFA500;
		display: block;
		-moz-box-shadow: 2px 2px 1px #4D4D4D;
		-webkit-box-shadow: 2px 2px 1px #4D4D4D;
		box-shadow: 2px 2px 1px #4D4D4D;
		zoom: 1;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#4D4D4D', Direction=135, Strength=5);
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#nav ul li a:hover {
		background-color: #FFA500;
		color: #fff;
		border: 2px solid #ffa500;
		-moz-box-shadow: 0px 0px 0px #4D4D4D;
		-webkit-box-shadow: 0px 0px 0px #4D4D4D;
		box-shadow: 0px 0px 0px #4D4D4D;
		zoom: 1;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#fff', Direction=135, Strength=0);
	}


#content {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: auto;
	text-align: justify;
}

#footer {
	margin: 30px 0;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #7F7F7F;
	text-align: center;
	color: #7F7F7F;
}

/* ELEMENTS DE PAGE */
img {
	border: none;
}

.spacer {
	clear: both;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
h1 {
	color: #fff;
	background-color: #FFA500;
	font-size: 2em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 0 10px;
}
h2 {
	color: #1A1A1A;
	font-size: 1.75em;
}
h3 {
	color: #FFA500;
	font-size: 1.5em;
	border-bottom: 1px dotted #BFBFBF;
}

p {
	margin: 0;
	padding: 0;
}

a:link{
	color: #FF6300;
	text-decoration: underline;
	outline: none;
} 

a:visited{
	color: #ff6300;
}

a:active {
	color: #7F7F7F;
}

a:hover {
	color: #FF0000;
}

blockquote {
	margin: 10px auto;
	padding: 7px;
	background-color: #FFC760;
	color: #4D4D4D;
	border-left: 4px solid #4d4d4d;
	width: 90%;
}

.centered {
	text-align: center;
	background-color: #FFFF00;
}

#welcome a {
	font-size: 2.1em;
	text-decoration: none;
	background-color: #fff;
	border: 2px solid #ffa500;
	padding: 2px 10px;
	color: #FFA500;
	-moz-box-shadow: 2px 2px 1px #4D4D4D;
	-webkit-box-shadow: 2px 2px 1px #4D4D4D;
	box-shadow: 2px 2px 1px #4D4D4D;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#4D4D4D', Direction=135, Strength=5);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-weight: bold;
}
#welcome a:hover {
	background-color: #FFA500;
	color: #fff;
	border: 2px solid #ffa500;
	-moz-box-shadow: 0px 0px 0px #4D4D4D;
	-webkit-box-shadow: 0px 0px 0px #4D4D4D;
	box-shadow: 0px 0px 0px #4D4D4D;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#fff', Direction=135, Strength=0);
	
}

