
h3
{
  font-family:Arial;
  font-weight:bold;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	text-align:justify;
	float:left;
	margin:0;
}


body 
{ 
	background-color:#ffffff;
	margin:0 0 0 0;
}

/*Cuerpos principales*/
.body
{
  width: 700px;
	height: auto;
	margin:0 auto 0 auto;
}

.center
{
	width:700px;
	height:auto;
	margin-top:0px;

}

.column
{
	float:left;
	width:50px;
	height:576px;
	background: transparent url(../img/empresa1.jpg) no-repeat top left;
}

.contenido
{
	float:left;
	margin-bottom:10px;
}

.center_txt
{
	margin-top:30px;
	margin-left:50px;
	width: 560px;
	height: 495px;
}

.center_txt p
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	text-align:justify;
}

.pie
{
	clear:both;
	width:700px;
	height:40px;
	text-align:right;
	margin:10px 0 0 0;
	border-top:solid 1px #333333;
}