@charset "utf-8";
/* CSS Document */
body{
    height: 2000px;
}
*{
    margin: 0;
    padding: 0;
}
.contenido{
    position: fixed;
    left: 12;
    top: 200px;
    z-index: 2000;
}
.social li a{
    color: white;
    text-align: center;
        display: inline-block;
    text-decoration: none;
    font-size: 12px;
    width: 80px;
    height: 30px;
    padding: 10px;
}
.social li a:hover{background-color: black; width: 150px;}
.facebook{background-color: #222283;}
.twitter{background-color: #00CC00;}
.youtube{background-color: #FF00CC;}
.instagram{background-color: #FF6633;}
.pinterest{background-color: #CC0000;}
.facebook{background-color: #0099FF;}
.instagram{background-color: #FF6633;}
.twitter{background-color: #00CC00;}

