/* imagen de los zapatos y titulares */

body#xinicio #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-inicio.jpg);
	overflow: hidden;
	right: 0;
}

body#xvidorreta #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-vidorreta.jpg);
	overflow: hidden;
	right: 0;
}

body#xyute #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-yute.jpg);
	overflow: hidden;
	right: 0;
}

body#xonline #contenedora.fondo1 {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-online-logo.jpg);
	overflow: hidden;
	right: 0;
}

body#xonline #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-online.jpg);
	overflow: hidden;
	right: 0;
}

body#xnoticias #contenedora.fondo2 {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-noticias-logo.jpg);
	overflow: hidden;
	right: 0;
}

body#xnoticias #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-noticias.jpg);
	overflow: hidden;
	right: 0;
}

body#xcontactar #contenedora {
	z-index: 10;
	width: 690px;
	top: 0;
	left: 180px;
	position: absolute;
	height: 775px;
	background: no-repeat transparent url(../images/estructura/imagen-contacto.jpg);
	overflow: hidden;
	right: 0;
}

/* flecha donde estas */

body#xinicio #donde {
	background: url(../images/estructura/flecha-inicio.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}

body#xvidorreta #donde {
	background: url(../images/estructura/flecha-vidorreta.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}

body#xyute #donde {
	background: url(../images/estructura/flecha-yute.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}

body#xonline #donde {
	background: url(../images/estructura/flecha-online.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}

body#xnoticias #donde {
	background: url(../images/estructura/flecha-noticias.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}

body#xcontactar #donde {
	background: url(../images/estructura/flecha-contacto.gif) no-repeat transparent right top;
	margin: 0;
	padding: 0;
	z-index: 20;
	width: 75px;
	height: 600px;
	position: fixed;
	right: 0;
	top: 0;
}