body{
	text-align:center;
} 

#todo{
	display:table;
	width:700px;
	padding:10px;
	border:2px dashed #eeeeee;
}

#titular{
	display:table;
	width:700px;
	height:100px;
	background-color:#990000;
	text-align:left;
}

#menu{
	display:table;
	width:700px;
	height:10px;
	background-color:#dddfd0;
	text-align:left;	
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    border: 0px inset #eeeeee;
    text-align: left;
	padding-top:2px;
	padding-bottom:2px;
}

#aux{
	display:table;
	width:700px;
	height:36px;
	background-image:url(http://www.asturnat.com/templates/images/fondo-aux.gif);
}

#cuerpo{
	display:table;
	width:700px;
	height:300px;
	text-align:left;
	background-image:url(http://www.asturnat.com/templates/images/fondo-cuerpo.gif);	
}

#contenido{
	width:410px;
	padding-left:80px;
	float:left;
	text-align:center;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#direcciones{
	width:205px;
	text-align:center;
	float:right
}

#pie{
	display:table;
	width:700px;
	height:60px;
}

#metodo{
	display:table; 
	width:700px;
	background-color:#dddfd0;
}