* {
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 20px;
	margin: 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('../images/tile.gif');
	background-repeat: repeat;
}

.wrapper {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid black;
	background: #FFFFFF;
	height: auto;
	padding-bottom: 7px;
	background-image: url('../images/backmenu.gif');
	background-repeat: repeat-y;
}

.header {
	color: #FFFFFF;
	width: 100%;
	height: 300px;
	background-image: url('../images/headperro.jpg');
	background-repeat: no-repeat;
	border-bottom: 4px solid black;
}

.left {
	width: 180px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}

.left h2 {
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	height: 30px;
}

.left p {
	font-size: 10px;
	padding: 0px;
	margin: 5px;
}


.left .infobox {
	text-align: center;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	border-right: 0px solid black;
	border-left: 0px solid black;
}

.left .infobox h2 {
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url('../images/left.gif');
	color: #FFFFFF;
}

.left .infobox ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.left .infobox ul li a {
	list-style-type:none;
	color: black;
	font-size: 12px;
	line-height: 150%;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
}

.left .infobox ul li a:hover {
	color: #FFFFFF;
	list-style-type:none;
	font-size: 12px;
	line-height: 150%;
	padding-left: auto;
	padding-right: auto;
	text-decoration: none;
}

.center {
	float: right;
	margin: 0px;
	background-color: #FFFFFF;
	height: auto;
}

.center .post {
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 2px solid black;
	width: 550px;
	clear: right;
	background-color: #FFFFFF;
}

.center .post p {
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: justify;
}

.center .post p.lista {
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: justify;
}

.center .post p.lista2 {
	margin-bottom: 10px;
	margin-left: 40px;
	text-align: justify;
}

.center .post li {
	margin-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
}

.center .post ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	display: block;
	background-color: #FFFFFF;
}

.center .post h2 {
	height: 40px;
	width: auto;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 18px;
	padding-top: 10px;
}

.center .postNOT {
	padding: 0 0 5px 0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 20px;
	border: 3px solid black;
	width: 543px;
	float: left;
}
.center .postNOT h2 {
	height: 40px;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
}

.center .post p {
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.center .postIZQ p {
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.center .postDCH p {
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}
.center .postNOT p {
	line-height: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
}

.center  .post ul {
	padding: 2%;
	padding-left: 10%;
	background-color: #e7e7e7;
}

.center .post img {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

a {color: black; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {
	color: #EDBF00;
	text-decoration: none;
}

.clear {
	clear: both;
}

img {
	border: 0px;
}

