* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

#wrapper {
	width: 866px;
	margin: 0 auto;
	background: url(images/img/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img/img10.jpg) no-repeat left bottom;
}

#header {
	height: 108px;
	background-color: #FFFFFF;
	background-image: url(images/img/img03.jpg);
	background-repeat: no-repeat;
}

#page {
	background: url(images/img/img04.jpg) no-repeat;
}

#content {
	float: left;
	width: 770px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

.post {
	padding-top: 6px;
}

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}


#footer {
	height: 108px;
	background: url(images/img/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
div.centrado{
text-align: center;
}
div.centrado table {
margin: 0 auto;

}