/* CSS Document */
#contenedorCentro{
	width:770px;
	height:auto;
	border-right:1px solid #f3f3f0;
	border-left:1px solid #f3f3f0;
}

#texto{
	width:590px;
	height:auto;
	float:left;
	margin-top:0px;
	padding-left:10px;
}

#menu{
	float:right;
	width:161px;
	margin-top:0px;
}

