#left_content {
  float: left;
  width: 420px;
  margin-top: 16px;
  margin-left:55px;
  text-align:justify;
  background-color:#FFFFFF;
}

#center_content {
float:none;

  width: 420px;
  margin-top: 16px;
  margin-left:55px;
  text-align:justify;
  background-color:#FFFFFF;
}

.box {
	clear: both;
	margin-bottom: 16px;
}

.box .b1,
.box .b2,
.box .b3,
.box .b4,
.box .b5,
.box .b6 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

.box .b1 {
	background-image: url("img/ml.png");
	background-position: left;
	background-repeat: repeat-y;
}

.box .b2 {
	background-image: url("img/mr.png");
	background-position: right;
	background-repeat: repeat-y;
}

.box .b3 {
	background-image: url("img/bl.png");
	background-position: bottom left;
}

.box .b4 {
	background-image: url("img/br.png");
	background-position: bottom right;
}

.box .b5 {
	background-image: url("img/tl.png");
	background-position: top left;
}

.box .b6 {

	background-image: url("img/tr.png");
	background-position: top right;
	padding: 17px;
}


.error {
	clear: both;
	margin-bottom: 16px;
}

.error .b1,
.error .b2,
.error .b3,
.error .b4,
.error .b5,
.error .b6 {
	background-position: top left;
	background-repeat: no-repeat;
	height: 100%;
}

.error .b1 {
	background-image: url("img/ml.png");
	background-position: left;
	background-repeat: repeat-y;	
}

.error .b2 {
	background-image: url("img/mr.png");
	background-position: right;
	background-repeat: repeat-y;
	
}

.error .b3 {
	background-image: url("img/bl.png");
	background-position: bottom left;	
}

.error .b4 {
	background-image: url("img/br.png");
	background-position: bottom right;	
}

.error .b5 {
	background-image: url("img/error_tl.png");
	background-position: top left;	
}

.error .b6 {
	background-image: url("img/error_tr.png");
	background-position: top right;
	padding: 17px;	
}


.borderLess {
	padding: 10px;
}

.box h2.type {
	margin-top: 3px;
}

.box h2.type,
.box h2.type a {
	text-transform: uppercase;
	color: #8a8585;
}

.title {
	font-family: Arial, verdana, Geneva;
	font-size: 20px;
	font-weight: bold;
	color: #336699;
}

.Estilo1 {
	font-size: 50
}


