@font-face {
    font-family: euskadi;
    src: url(../fonts/eusk.ttf);
}

body{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
}


#menu-7 li a{
	font-weight:600;
	text-decoration:none;
}
.botonmenu i{
	color:#FFF;
}
.top{
	background: rgba(255,255,255,0.5);
}
.infotop{
	float:right;
	margin-right:10px;
}
.tamar{
	font-family: 'Stoke', serif;
	text-transform:uppercase;
	color:#bf1729;
}
.infotop .aluminios{
	color:#1b6333;
}

.st-menu h2
{
	padding:0;
}

.seccion{
	padding-top:20vh;
	padding-bottom:20vh;
}


.contenedorimagengaleria{
	padding:5px;
}



#contenido{
            padding-bottom:10vh;
            padding-top:10vh;
            text-align:justify;
        }
#contenido h4, #contenido h3{
    line-height: 1.5em;
}
#contenido h3{
    margin-top:80px;
}
        

.footer{
	background-color:#222;
	padding-bottom:7vh;
	color:#f1f1f1;
}
.footer a{
	color:#f1f1f1;text-decoration:none;
}
.botonesociales{
	margin-top:5vh;margin-bottom:10vh;
	border-bottom:1px solid #DDD;
	padding-bottom:10px;
	padding-top:10px;
}
.back-to-top {
    position: fixed;
    bottom: 1em;
    right: 0px;
    text-decoration: none;
    color: #1b6333;
    font-size: 2em;
    padding: 1em;
    display: none;
    z-index:101;
}
.back-to-top:hover{
	color: #bf1729;
}
