@charset "UTF-8";
/* CSS Document */
/*COLOR DE FONDO*/
body {
	background-color: #000000;
}
/*PARA EVITAR EL FEO BORDE DE LAS IMGS*/
img{
  border-style:none;
}
/*DIV PRINCIPAL*/
#base {
	position:relative;
	top:0;
	width:952px;
	height:752px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/fondo_contacto.jpg);
	background-repeat:no-repeat;
}
#base2 {
	position:relative;
	top:0;
	width:952px;
	height:752px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	background-image:url(img/fondo_contacto.jpg);
	background-repeat:no-repeat;
}
/*ACOMODO BOTONERA*/
#botonera-1 {
	position:relative;
	top:129px;
	width:900px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	z-index:4;
}

/*ESTILOS DEL INDEX*/

/*DIV ACOMODO TEXTO HOME*/
#txt-home {
	position:absolute;
	top:478px;
	width:650px;
	height:170px;
	z-index:2;
	right:1px;
	background-image:url(img/fondo-home.png);
}
/*DIV DE TEXTO */
#txt-cuerpo {
	position:absolute;
	width:500px;
	height:150px;
	z-index:2;
	top:10px;
	right:0;
}
/*CONTENEDOR IMGS HOME*/
#btn-img-home {
	position:relative;
	top:190px;
	width:930px;
	height:230px;
	z-index:2;
	margin-left:auto;
	margin-right:auto;
}
/*COLOCACION DE LOS 4 BOTONES DEL HOME*/
#home-btn-1 {
	position:absolute;
	left:0;
	top:0;
	width:222px;
	height:230px;
	z-index:3;
	background-image: url(img/btn-img-1.png);
}
#home-btn-2 {
	position:absolute;
	left:237px;
	top:0;
	width:222px;
	height:230px;
	z-index:3;
	background-image: url(img/btn-img-2.png);
}
#home-btn-3 {
	position:absolute;
	left:474px;
	top:0;
	width:220px;
	height:230px;
	z-index:3;
	background-image: url(img/btn-img-3.png);
}
#home-btn-4 {
	position:absolute;
	right:0;
	top:0;
	width:222px;
	height:230px;
	z-index:3;
	background-image: url(img/btn-img-4.png);
}
/*CLASE CAMBIO DE IMG*/
.cambio{
background-position:0 0%;
	cursor:pointer;
}
.cambio:hover{
background-position:0 100%;

}
/*PARA LOS BOTONES DE DESARROLLO*/
.zelda{
width:200px;
height:55px;
display:block;
background-position:0 0%;

}
.zelda:hover{
background-position:0 100%;
}
/*ESTO CARGA LAS IMAGENES DE LOS BOTONES DEL DESARROLLO*/
.btn-complejo{
background-image: url(img/btn-complejo.png);
}
.btn-club{
background-image: url(img/btn-club.png);
}
.btn-caballerizas{
background-image: url(img/btn-caballerizas.png);
}
/*COLOCACION DIV QUE CONTIENE LA TABLA LATERAL*/
#apDiv1 {
	position:absolute;
	left:61px;
	top:342px;
	width:200px;
	height:227px;
	z-index:2;
}

