body {
    margin: 0;
    font-family:'Helvetica Neue',Arial,Helvetica;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    color: #fff;
    background: #4d4d4d;
    -webkit-font-smoothing: antialiased;
    padding: 4px 0 0 0;
}

body a{
    text-decoration: none;
}


.main{
    position: relative;
    width: 100%;
    margin-top: 220px;
}

.logo{
    position: relative;
    margin: auto;
}

img{
    width: 100%;
    max-width: 440px;
}

.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: '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;
}

a {
    color: #fff;
}

a:hover{
    color: #cdb48b;
}

/* Botones redes sociales */

.fb {
    background-image: url(images/redes_fb.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.fb:hover {
    background-position: 0 40px;
}

.tw {
    background-image: url(images/redes_tw.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.tw:hover {
    background-position: 0 40px;
}

.in {
    background-image: url(images/redes_in.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.in:hover {
    background-position: 0 40px;
}

.ml {
    background-image: url(images/redes_ma.png);
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: 0 0;
}

.ml:hover {
    background-position: 0 40px;
}
