/* CSS Document */
body{
margin:auto;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#686868;
background-color:#faf7e8;
}

#main{
position:relative;
top:0;
left:0;
width:800px;
margin:auto;
}

#main #alto{
position:relative;
top:0;
left:0;
}
#main #alto #sx{
position:relative;
top:0;
left:0;
min-height:500px;
background-image:url('../incl_img/sfondo_main.gif');
background-color:#e9e9ce;
background-repeat:repeat-x;
border-left:1px solid #c5c6a8;
border-right:1px solid #c5c6a8;
}
#foot{
position:relative;
top:0;
left:0;
border:1px solid #c5c6a8;
background-image:url('../incl_img/sfondo_food.gif');
background-color:#e9e9ce;
background-repeat:repeat-x;
height:100px;
}

#foot p{
text-align:center;
padding-left:0px;
margin-top:-35px;
}
#foot_cont
{
	position:relative;
	top:5px;
	left:90px;
	margin:auto;
	border:0;
	width:950px;
}

