body {
//	background-color: #eddfdf;
//    background-image: url("/imagenes/fondo.jpg");
//    background-position: center center;
//    background-repeat: repeat-y;
//    background-size: cover;
    color: white;
}
#fondo1 {
    background-image: url("/imagenes/fondo1.jpg");
    z-index: 1;
}
#fondo2 {
    background-image: url("/imagenes/fondo2.jpg");
    z-index: 2;
    opacity: 0;
}
.fondo {
    background-size: cover;
    height: 100%;
    position: absolute;
    width: 100%;
}
body, html {
	min-height: 100%;
	width: 100%;
}
*:before, *:after {
    box-sizing: border-box;
}
*:before, *:after {
    box-sizing: border-box;
}
* {
    box-sizing: border-box;
}
html {
    min-height: 100%;
    min-width: 100%;
    position: relative;
}
body {
    float: left;
    font: 14px arial,sans-serif;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding-bottom: 15px;
}



#zonaLogo {
	float: left;
    height: 100px;
    margin-top: 100px;
    width: 100%;
    text-align: center;
    z-index: 10;
    position: relative;
}
#zonaLogo img {
	margin: auto;
    max-height: 100%;
    max-width: 90%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
}

#zonaMensaje {
	float: left;
    color: black;
    font-size: 28px;
    margin-top: 120px;
    text-align: center;
    width: 100%;
    z-index: 10;
    position: relative;
}
#zonaMensaje > div {
    background-color: rgba(255, 255, 255, 0.7);
    margin: auto;
    max-width: 700px;
    padding: 6px 0;
    width: 90%;
}

#zonaContacto {
	float: left;
    margin-top: 200px;
    text-align: center;
    width: 100%;
    z-index: 10;
    position: relative;
}
#zonaContacto > div {
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    margin: auto;
    max-width: 250px;
    padding: 5px 0;
    width: 90%;
}
#zonaContacto p {

}
#zonaContacto p a {
    color: #e62476;
    text-decoration: none;
}
#zonaContacto p a:hover {

}