* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-family:Tahoma, Arial;
	margin:0px;
	padding:0px;
}

/* Estructura
----------------------------- */
body {
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	text-align:center;
	background:url(../img/body.gif) repeat-x top left;
}

#page_container {
	position:relative;
	width:900px;
	height:100%;
	margin:0px auto;
	text-align:left;
}

#topmenu_container{
	position:relative;
	width:900px;
	height:31px;
	background-color:#083643;
}
	#topmenu_container a#logo{
		display:block;
		position:relative;
		float:left;
		height:25px;
		width:330px;
		background:url(../img/newheader.gif) no-repeat 0px 0px;
	}
	
#content_container {
	position:relative;
	width:900px;
	margin:0px auto;
	padding:20px 0px;
	z-index:10;
}

	#leftcontent_container{
		position:relative;
		float:left;
		width:640px;
		margin-bottom:25px;
	}
	
	
	#rightcontent_container{
		position:relative;
		float:right;
		width:240px;	
		margin-bottom:15px;
	}

#footer_container {
	position:relative;
	clear:both;
	width:900px;
	border-bottom:10px solid #F2EDEC;
	
}