body  {
margin : 0;
padding : 0;
background-image:;
background-position:center;
background-color:#231f20;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-image: none;
list-style-type: none;
color:#231f20;
font-weight : bold;

}

#centrador{
	width: 980px;
	height: 800px;
	position: absolute;
	margin-left:-468px;  
	left:50%;  			
}

#contenedor{
	width: 980px;
	height: 599px;
	background-color:#231f20;
	border: 1px #333333 solid;
	overflow:hidden;	
	position:relative;
	top: 0px;
	left: 0px;
	text-align:center;
	float:left;
}

#cont_todo{
	width: 980px;
	height: 800px;
	background-color:#231f20;
	float:left;
}

#cabecera{
	width: 980px;
	height: 46px;
	background-color:#231f20;
	border: 0px;
	overflow:hidden;	
	position:relative;
	top: 0px;
	left: 0px;
	text-align:right;
	float:left;
}

#contenidos{
	width: 980px;
	height: 750px;
	background-color:#231f20;
	border: 0px;
	overflow:hidden;	
	position:relative;
	top: 0px;
	left: 0px;
	text-align:center;
	float:left;
}

a:link  {
font-weight : bold;
text-decoration : none;
color : #231f20;
}
a:visited {
font-weight : bold;
text-decoration : none;
color : #231f20;
}
a:hover, a:active {
font-weight : bold;
text-decoration : none;
color : #231f20;
} 
