body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#imagengrande {
    bottom: 1px #000;
    position: relative;
    padding: 0px;
}

.centrado {
    width: 1600px;
    height: 910px;
    margin: 0 auto;
    margin-top: 18px;
    border: 2px solid #2a336b;
    -webkit-box-shadow: 1px 0px 9px 5px rgba(111, 105, 179, 0.83);
    -moz-box-shadow: 1px 0px 9px 5px rgba(111, 105, 179, 0.83);
    box-shadow: 1px 0px 9px 5px rgba(111, 105, 179, 0.83);
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}

.centrado p {
    position: absolute;
    margin-top: -140px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #292274;
    width: 1600px;
}

#logopequeno {
    position: absolute;
    top: 45px;
    left: 520px;
}

.boton a {
    position: absolute;
    top: 603px;
    left: 681px;
	font-weight: 600;
}

a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding: 13px 15px 10px 14px;
    background-color: #58ACFA;
    border-radius: 6px;
}