* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', arial, sans-serif;
}
.arriba {
    height: 150px;
    padding: 25px;
}
.logo a {
    float: left;
}
.logo img {
    height: 100px;
}
.cont-top {
    height: 66px;
    margin-top: 17px;
    float: right;
}
.cont-top a:hover {
    text-decoration: none;
}
.link_arriba {
    margin-top: 7px;
}
.item_arriba {
    margin-left: 30px;
}
.guion {
    text-align: left;
    font-weight: normal;
    margin-bottom: 35px;
    color: #486E31;
    font-size: 50px;
    line-height: 2px;
}
.grande {
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    color: #486E31;
    word-spacing: 3px;
}
.chico {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    color: #486E31;
}
.chicofb {
    margin-bottom: 0;
}
.chicofb a {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    color: #486E31;
    background: url("/img/fb_chico.png") no-repeat 0 0 transparent;
    padding-left: 35px;
}
.chicofb a:hover {
    text-decoration: none;
}
.chicoins {
    margin-bottom: 0;
}
.chicoins a {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    color: #486E31;
    background: url("/img/ins_chico.png") no-repeat 0 0 transparent;
    padding-left: 35px;
}
.chicoins a:hover {
    text-decoration: none;
}
.linkmedio:hover {
    text-decoration: none;
}
.floatante {
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 1px 1px 6px #aaa;
    z-index: 100;
    border: 1px solid #00913d;
}
.my-float{
	margin-top:12px;
}
.my-float:hover {
    color: #00913d;
}