@charset "utf-8";
/* CSS Document */

body { 
	background-color: #FAA500;
	background-repeat: repeat-x;
}

p, span, a, a:visited, li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: #003;
	text-decoration: none;
}


h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	color: black;
}

h1, h2 { margin-top: 0px; }

hr { width: 95%; }

img { 
    border: 0px;
	margin: 0px;
}

#navi {
	width: 760px;
	height: auto;
	margin: auto;
	background-image: url(images/corpo.png);
}

#head {
	width: 760px;
	height: 150px;
}

#menu_top {
	width: 760px;
	height: 50px;
	border-bottom: 1px solid #ff9000;
	background-image: url(images/menu_top.png);
}

#menu_top img { margin-right: 5px; }

#menu_left {
	width: 152px;
	height: auto;
	float: left;
	border-right: 1px solid #ffa500;
	border-bottom: 1px solid #ffa500;
}

#cont {
	width: 606px;
	float: right;
	height: auto;
}

#cont img {
	margin: 5px;
	border: 1px solid #000;
}

#cont_fig {
	width: 760px;
	height: auto;
}

.cal {
	margin: 0px !important;
	border: 0px !important;
}

#foot {
	width: 760px;
	height: 41px;
	clear: both;
	border-top: 1px solid #ff9000;
	border-bottom: 1px solid #ff9000;
	background-image: url(images/foot.png);
}

#foot img, p { margin: 5px; }

#foot_count {
	width: 152px;
	float: left;
	border-right: 1px solid #ff9000;
}

#foot_text { 
	width: auto;
	text-align: right;
}
