@charset "utf-8";
body {
	color: #06C;
	background-color: #FFF;
	background-position: center;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}

ul, ol, dl {
	float: left;
	position: relative;
	left: 50%;
	list-style-type: none;
	background-color: #09C;
	height: auto;
	width: 560px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;

}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #09F;
	text-align: center;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
a img {
	border: none;
	width: 470px;
}

a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #0CF;
}

.header {
	text-align: center;
	font-size: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #09C;
}

.content {
	padding: 10px 0;
	text-align: center;
}

.footer {
	text-align: center;
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	overflow: hidden;
	background-color: #09C;
	color: #09F;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.desc {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: 470px;
	text-align: justify;
	margin-top: 10px;
}
.post {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.center {
	float: right;
	position: relative;
	right: 50%;
}

.coment {
	font-size: x-small;
	line-height: normal;
	text-align: left;
}
.postfooter {

}
.navfooter {
	margin-top: 220px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
