html,*{
	margin:0;
	padding:0;
	border:0;

}
body{
background: #FFEACD;
	}
/*_______________________________________________arribatodo_________________________________________________*/
#todoarriba {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 100%;
	height: 600px;
	text-align: center;
	background: url(../imagenes/arriba/fondo.jpg) repeat-x;
}
#todo {
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 892px;
	height: 600px;
}
#arriba{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 892px;
	height: 95px;
	background: url(../imagenes/arriba/logo.gif) no-repeat center;
}
#direccion{
	float: right;
	margin-top: 65px;
	margin-right: 122px;
	z-index:1;
	width: 415px;
	height: 20px;
}
#medio{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 892px;
	height: 505px;
	background: url(../imagenes/medio/fondo.jpg) no-repeat center;
}
#botones{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:1;
	width: 648px;
	height: 339px;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.direccion {
	text-align: center;
	font: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

