@font-face {
	font-family: 'Gudea';
	src: url('../fonts/Gudea-Regular.eot');
	src: local('?'),
		 url('../fonts/Gudea-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Gudea-Regular.woff') format('woff'),
		 url('../fonts/Gudea-Regular.ttf') format('truetype'),
		 url('../fonts/Gudea-Regular.svg#Gudea-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

#title 
  {  
  position:absolute; 
  top:25px; 
  left:25px;
  font-size:18px;
  letter-spacing: 20px;
  line-height: 3; 
  }
  
.contact 
  { 
  line-height: 2;
  font-size: 15px;
  letter-spacing: 10px;
  }
  
#texto 
  { 
  position: absolute;
  top:350px; 
  left:25px; 
  right:20%;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 5px;
  }
  
a:hover {
	background-color: rgba(100, 100, 100, 0.1);
}  
a:link {
	color: #333333;
	text-decoration: none;
	font-family: 'Gudea', sans-serif;
}

a:visited {
	text-decoration: none;
	color: #333333;
}

p {
	font-family: 'Gudea', sans-serif;
}


@media only screen and (max-width : 992px) {
    .vertical-align-wrapper span {
        font-size: 2.5rem;
    }


}
