@charset "utf-8";

#main {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
}
#top {
   height: 60px;
   width: 830px;
   background-image: url(../images/top.gif);
   background-repeat: no-repeat;
}
#fl {
	height: 150px;
	width: 830px;
	background-color: #FCCE53;
}
#body {
	height: 200px;
	width: 828px;
	margin-right: auto;
	margin-left: auto;
	border-left: 1px solid #DEA303;
	border-right: 1px solid #DEA303;
	background-color: #FCCE53;
}

#stienda{
	height: 240px;
	width: 828px;
	margin-top: -30px;
	padding-top: -10px;
}

#stienda ul{
   list-style-type:none;
   float:left;
}

#stienda ul a:link{
   text-decoration: none;
   color: #808080;
   font:bold 12px Verdana;
}

#stienda ul a:hover{
   text-decoration:underline;
   color: #FF8000;
}

#pie {
	height: 35px;
	width: 830px;
	text-align: center;
	background-image: url(../images/bottom.png);
}

#main p {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-align: center;
    margin: 2px;
}
