body {
    margin: 0;
    font-family: 'Roboto', 'Helvetica Neue',Arial,Helvetica;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    padding: 4px 0 0 0;
    background: #fff;
}

body a{
    text-decoration: none;
}


.main{
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.logo{
    position: relative;
    margin: auto;
}

img{
    width: 100%;
    max-width: 1024px;
}

.redes{
    position: relative;
    text-align: center;
    padding: 30px 0 30px 0;
    margin: auto;
}

.but{
    opacity: 1;
    width: 50px;
    float: left;
    text-align: center;
}

.but img{
    height: 40px;
}

.but:hover{
    opacity: 0.8;
}


p{
    font-family: 'Roboto', 'Helvetica Neue',Arial,Helvetica;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    padding: 4px 0 0 0;
}

.roboto {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

a {
    color: #FF1010;
}

a:hover{
    color: #FF1010;
}

/* Botones redes sociales */

.fb {
    background-image: url(fb-image.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.fb:hover {
    background-position: 0 40px;
}
