.contenedor {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F6014C;
	border-left-color: #F6014C;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../img/tribal_back.gif);
	background-repeat: no-repeat;
	background-position: left 420px;
	background-color:#FFFFFF;
	width: 800px;
	left: 50%;
	position: relative;
	margin-left: -400px;
}
#cabecera {
	margin: 0px;
	padding: 0px;
	width: 800px;
}
.cuerpo {
	width: 700px;
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../img/fondo.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.imagen{
	width: 200px;
	float: left;
	padding-top: 10px;
}
.texto{
	width: 780px;
	float: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.pie {
	background-image: url(../img/pie.gif);
	background-repeat: no-repeat;
	height: 170px;
}
#logos{
padding-left: 20px;
position:relative;
top:65px;
}





























