@charset "utf-8";
@import url("../webfonts/Fertigo_Pro/stylesheet.css");
/* CSS Document */

body {
	background-image: url(../images/fondo1.jpg);
	background-attachment: fixed;
	font-family: "Fertigo Pro";
	font-style: normal;
	font-weight: normal;
	color: #000;	
}
h1 {
	font-size: 1.6em;
	line-height: 1em;
	margin: 0px 0px 12px 0px;
}
h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 0;
}	
h3 {
	font-size: 1.2em;
	line-height: 1em;
}	
header {
	background-image: url(../images/fondo_guitarra.png);
	background-repeat: no-repeat;
	background-position:bottom;
	background-size:contain;
	width: 98%;
	display: block;
	margin-top: -5px;
	padding: 1%;
}
.logo {
	height: auto;
	float: left;
	}	
.titles {
	width:75%;
	float: right;
    text-align: -webkit-center;
}
#subtitles {
   text-align: -webkit-center;
}
.big {font-size: 1.2em}	
.spacer {
	font-weight: normal;
	text-align: -webkit-center;
	border-width: 2px 0px 2px 0px; 
	border-style: solid none solid none;
	border-color: #000;
	margin: 12px 0px;
}
.block {
	flex-grow: 1;
	width: 33%;
	display:flex;
}
.block img {
	margin: 0px auto 0px auto;
    box-shadow: 0 0 3pt 2pt black;
    border-radius: 6px;
}
.wrapper {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
footer {
	width: 98%;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 12px;
	margin: 5px 0px 20px 0px;
}
.social {
	width: 542px;
	height: 130px;
	margin: 0px auto;
	display: block;
}
.social img {
	margin: 5px;
}		
.copy {
	text-align: center;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.gridContainer {
	background-attachment: fixed;
	background-image: url(../images/logo_fondo.png);
	background-repeat: no-repeat;
    background-position: center;
	background-size:contain;
}

.block a {
    margin: 0 auto;
    text-decoration: none;
}