/*#todo{
	margin:0px auto;
	max-width:950px;
	min-width:750px;
	width:950px;
}

#contenido{
	margin-top:23px;
}
#izquierda{
	width:195px;
	float:left;
	border:1px solid #ADA5A8;
}
#centro
{
width:535px;
float:left;
}
#centro .contenido
{
margin-right:20px;
}
#derecha
{
width:220px;
float:left;
}
#pie{
	height:33px;
	width:400px;
	clear:both;
}*/
#todo{
	margin:0px auto;
	max-width:950px;
	min-width:760px;
	/*width:100%;*/
	width:950px;
}

#contenido{
	margin-top:23px;
	background:transparent url(../img/bg_contenido.gif) repeat-y;
}

#izquierda{
/*	width:20.5%;*/
	float:left;
	width:195px;
	/*border:1px solid #ADA5A8;*/
}
#centro{
/*	width:75%;*/
	width:718px;
	float: right;
/*	margin-left:3.6%;*/
margin-left:28px;
}
#centro[id]{
	margin-left:35px;
}

#derecha
{
	width:20%;
	float:left;
}
#pie{
	/*height:33px;*/
	clear:both;
	/*width:400px;*/
	background:transparent url(../img/bg_contenido_pie.gif) no-repeat top left;
}
#top5{
	float:right;
	width:220px;
	
}