#contenedor {
	float: left;
	width: 950px;
	height: 95%;
	margin-left: 50%;
	position: absolute;
	left: -475px;
	top: 10px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
}
#contenedor #imagen1 {
	display: block;
	float: left;
	height: 200px;
	width: 300px;
	position: relative;
	top: 10px;
	left: 10px;
}
#contenedor #texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	height: 200px;
	width: 600px;
	position: relative;
	top: 10px;
	right: 10px;
	text-align: justify;
}
#contenedor #empresas {
	float: left;
	height: 130px;
	width: 500px;
	position: relative;
	left: 10px;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#contenedor #stands {
	float: right;
	height: 201px;
	width: 395px;
	position: relative;
	top: 80px;
	right: 10px;
	background-image: url(images/recuadro.jpg);
	padding: 10px;
}
#contenedor #texto1 li {
	font-size: 18px;
	font-weight: bold;
	color: #0063BE;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	list-style-type: none;
	text-indent: 50px;
}





body {
	margin: 0px;
}

