* {

    padding: 0;
}

body {
    margin: 0;
}

p {
    font-size: 25px;
    text-align: left;
    color: #fff;
}

.ex-pagina {
    background-image: url(/img/plumaazul.jpg);
    background-size: cover;
    background-attachment: fixed;
}

#ex-logo {
    float: left;
    margin-left: 40PX;
    margin-top: 40PX
}

#ex-cabecera {
    display: inline-block;

}

#ex-navegador {
    float: left;
    padding-top: 50px;
    padding-left: 90px;
}

#ex-navegador ul {
    list-style-type: none;
    text-align: center;
}

#ex-navegador li {
    display: inline;
    text-align: right;
    margin: 0 30px 0 0;
}

#ex-navegador li a {
    padding: 2px 10px 2px 10px;
    border-radius: 2px 40px;
    color: #fff;
    background-color: rgba(26, 130, 162, 0.78);
    text-decoration: none;
    text-shadow: black 0.1em 0.1em 0.0em;

}

#ex-navegadorli a:hover {
    background-color: #000;
    color: #fff;
}


#parrafo2 {
    background-color: rgba(26, 130, 162, 0.78);
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 25px;
    padding: 3%;
    margin-left: 2%;
    margin-right: 2%;
}

.ex-destacado {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 25px;
    text-align: center;
    background-color: rgba(26, 130, 162, 0.78);
    color: white;
    margin-left: 2%;
    margin-right: 2%;
    padding: 2%;
}

a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: Roboto, Helvetica, sans-serif;
    text-transform: uppercase;
}

a:hover {
    text-decoration: none;
    color: #000;
}

#ex-caja1 {

    background-color: rgba(0, 0, 0, 0.3);
    margin-right: 40%;
    padding: 2%;
    margin-top: 150px;
    margin-bottom: 200PX;
    text-align: center
}

#cajafoto {

    margin-left: 70%;
    margin-top: 10px;
    margin-bottom: 200PX;
}

#ex-nombre {
    color: whitesmoke;
    font-size: 60px;
    font-family: Roboto, sans-serif;
}

h2 {
    color: whitesmoke;
    font-size: 50px;
    font-family: Roboto, Helvetica, sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-align: center
}

#ex-subtitulo {
    color: whitesmoke;
    font-size: 50px;
    font-family: Roboto, Helvetica, sans-serif;
    text-shadow: black 0.1em 0.1em 0.2em;
}

#ex-correo {
    background-color: red;
    padding: 10px;
    border-radius: 20px
}

.ex-juntos2 {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    width: 20%;
    margin-left: 6%;
    padding: 2%;
}

#ex-plumas {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 50px;
    width: 500px;
    margin-top: 3%;
    margin-left: 35%;
    text-align: center;
}

#ex-plumas p {
    margin-left: 7%;
    background-color: rgba(0, 2, 0, 0.3);
    padding: 50px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    text-align: center;
}

.ex-titulo {
    color: rgba(26, 130, 162, 0.78);
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 35px;
}

label {
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

input {
    color: blue;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

#ex-contacto {
    margin-top: 80px;

}

#ex-ubicacion {
    display: inline-block;
    width: 30%;
    margin-left: 10%;
    text-align: center;
}

.ex-cajaFormulario {
    background-color: rgba(0, 0, 0, 0.1);
    width: 30%;
    height: 600px;
    border: rgba(26, 130, 162, 0.78) 10px solid;
    margin-left: 240px;
    margin-top: 20px;
    text-align: center;
    display: inline-block;
}

footer {
    background-color: black;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: white;
    padding-top: 20px;

}

.pie {
    margin-right: 0px;
}

.pie a {
    float: right;
    margin-left: 20px;
    font-size: 14px;
}

#ex-videos {

    margin-bottom: 100px;
    margin-top: 100px
}
