
.fechas a{
    color:black;
    font-family: Gotham Book, sans-serif;
    font-size:12px;
    font-weight: 500;
    text-decoration: none;
    margin:20px;
    display:inline-block;
    text-align: center;
}
h1{
    color:rgb(66,66,66);
    font-family: "Krona One", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 2.4rem;
}
h2{
    font-size: 24px;
    font-family: "Krona One", sans-serif;
    color:rgb(53,53,53);
    margin-bottom:5px;
    font-weight: 400;
    width:400px;
}
h3{
    color: rgb(168, 146, 103);
    font-family: Gotham, "Trebuchet MS", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    margin:0;
    width:400px;
}
p{
    color:rgb(53,53,53);
    font-family: Gotham, "Trebuchet MS", Helvetica, sans-serif;
    font-size:16px;
    font-weight: 400;
    text-transform: uppercase;
    margin:0;
    margin-bottom:20px;
    width:400px;
}
.bloque a{
    color:rgb(168, 146, 103);
    font-size: 14px;
    font-weight: lighter;
    font-family: Gotham, "Trebuchet MS", Helvetica, sans-serif;
    text-decoration:none;
    text-transform: uppercase;
    padding:11.2px 14px;
    border:2px solid rgb(168, 146, 103);
}
.bloque a:hover{
    color:black;
    text-transform: uppercase;
    padding:11.2px 14px;
    border:2px solid rgb(168, 146, 103);
    background-color:rgb(168, 146, 103) ;
}
.normal{
    text-transform: none;
    font-size: 10px;
}
.gris{
    background-color: rgb(211, 208, 204);
    text-align:center;
    padding: 20px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.gris-inicio{
    background-color:rgb(232, 230, 226);
    text-align:center;
    padding: 10px 0px;
}
.fotito{
    border-radius: 50%;
    width: 220px;
    height: 220px;
}
body{margin:0}
.blanco{
    padding: 15px 10px;
    background-color: rgb(245, 245, 245);
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
}
.gris img, .gris .bloque{
    display:inline-block;
    margin: 10px;
}
img, .bloque{
    display:inline-block;
    margin: 10px;
    text-align:left;
}
.gris .bloque{
    text-align:right
}
.blanco-marine{
    background-color: #e1e1e1;
    text-align:center;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gris-saura{
    background-color: rgb(211, 208, 204);
    padding: 20px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.gris-saura .bloque{
    text-align:right;
}
.blanco-jose{
    background-color: rgb(226, 220, 209);
    text-align:center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header{
    text-align:center;
}
