@import url('https://fonts.googleapis.com/css?family=Open+Sans|Raleway');

body
{
	font-family: 'Open Sans', sans-serif;	
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
}

.back-to-top 
{
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

#header
{
	min-height: 100vh;
	background-image: url('./img/fondo.jpg');
	background-position:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

#header-texto
{
	position: absolute;
	text-align: center;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:rgba(0,0,0,0.5);
	padding:10px;
}

#listado li
{
	text-transform: uppercase;
	margin: 10px auto;
}
 
.botonera {margin: 10px auto;font-size: 0;}
.botonera div {overflow: hidden;margin: 0px;display: inline-block;*display: inline; zoom: 1;}
.botonera a {display: inline-block; *display: inline; zoom: 1;width: 62px;height: 20px;margin: 2px;padding: 0 2px;color: white;text-decoration: none;line-height: 20px;text-align: center;font-family: arial;font-size: 12px;cursor: pointer;}
.botonera .face a {background: #3b5998;}
.botonera .twit a {background: #2daae1;}
.botonera .goog a {background: #dd4b39;}
.botonera .link a {background: #0079BB;}
.botonera .what a {background: #4ac85a;}


