p {
  font: italic bold 30px arial, sans-serif;
  
  z-index: 2;
}
.boton_personalizado{
    text-decoration: none;
    padding: 50px;
    font-weight: 600;
    font-size: 100px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 60px;
    border: 20px solid white;
    z-index: 2;
}
.boton_personalizado2{
    text-decoration: none;
    padding: 20px;
    font-weight: 100;
    font-size: 50px;
    color: #ffffff;
    background-color: #1883ba;
    border-radius: 20px;
    border: 8px solid white;
    z-index: 2;
}
.fot1 { 
    position:absolute;
		top: 1470px;
		left: 70px; 
		width: 50px; 
		height: 80px;
		z-index: 2;
}
.fot2 { 
    position:absolute;
		top: 1470px;
		left: 120px;
		width: 50px; 
		height: 80px;
		z-index: 2;
}

.fot3 { 
    position:absolute;
		top: 1370px;
		left: 350px; 
		width: 50px; 
		height: 80px;
		z-index: 2;
}
.fot4 { 
    position:absolute;
		top: 1370px;
		left: 410px;
		width: 50px; 
		height: 80px;
		z-index: 2;
}

.fot5 { 
    position:absolute;
		top: 1300px;
		left: 520px; 
		width: 50px; 
		height: 80px;
		z-index: 2;
}
.fot6 { 
    position:absolute;
		top: 1300px;
		left: 625px;
		width: 50px; 
		height: 80px;
		z-index: 2;
}

.fot7 { 
    position:absolute;
		top: 1050px;
		left: 95px; 
		width: 50px; 
		height: 80px;
		z-index: 2;
}
.fot8 { 
    position:absolute;
		top: 1250px;
		left: 95px;
		width: 50px; 
		height: 80px;
		z-index: 2;
}
.fot9 { 
    position:absolute;
		top: 1110px;
		left: 245px;
		width: 30px; 
		height: 80px;
		z-index: 2;
}
.fot10 { 
    position:absolute;
		top: 1257px;
		left: 95px;
		width: 100px; 
		height: 90px;
		z-index: 2;
}
.fot11 { 
    position:absolute;
		top: 1410px;
		left: 695px;
		width: 100px; 
		height: 90px;
		z-index: 2;
}
.fot12 { 
    position:absolute;
		top: 950px;
		left: 800px;
		width: 80px; 
		height: 60px;
		z-index: 2;
}
.fot13 { 
    position:absolute;
		top: 950px;
		left: 540px;
		width: 80px; 
		height: 60px;
		z-index: 2;
}
.fot14 { 
    position:absolute;
		top: 950px;
		left: 300px;
		width: 80px; 
		height: 60px;
		z-index: 2;
}


.fond { 
    position:absolute;
		top: 940px;
		left: 40px;
		width: 900px; 
		height: 700px;
		z-index: 1;
		
}

body {  
        
		background:"262999.jpg";
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top center;
    background-attachment: fixed;
		z-index:1;
	}
.fijar{
    position:absolute;
		top: 850px;
		left: 1000px;
		background-repeat: no-repeat;
		background-position: top center;
    background-attachment: fixed;
		z-index: 2;
}
h1 {
		color: white;
		z-index: 2;
	}
h3 {
		color: white;
		z-index: 2;
	}
.footer{
    position: fixed;
    bottom: 0;
    z-index: 100;/* Depende el valor segun las capas flotantes que tengas */
    left: 0; /* Depende el Ancho de donde se va a colocar */
}
