
/* CSS Document */

.header{
position:relative;
}
.content1{}
.logo{
	position:relative;
	width:50%;
	height:2em;
	float:right;
	font-family: "Adventure Hollow";
	font-size: 2.5em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	background-image: url(../IMG/homeimg/sfondo.png);
	background-repeat: no-repeat;
}
@font-face {
  font-family: "Brown Shoes";
  src: url('font/Brown Shoes.ttf');
 }
 @font-face {
  font-family: "GROBOLD";
  src: url('font/GROBOLD.ttf');
 }
 
 @font-face {
  font-family: "Adventure Hollow";
  src: url('font/Adventure Hollow.otf');
 }
 @font-face {
  font-family: "pincoyablack";
  src: url('font/pincoyablack.otf');
 }
 
 .shadow{
	  position: relative;
    top: -30px;
    width: 100%;
}
 .shadow img{
	
	width:100%;
}
#end{
position:relative;
height:300px;
width:100%;
background-color:#017A6B;}
#footer{
position:relative;
background-color:#33557B;
width:100%;
height:200px;
top:50px;
color:#fff;}


@font-face {
  font-family: "FontAwesome";
  src: url('font/fontawesome-webfont.eot');
  src: url('font/fontawesome-webfont.eot?#iefix') format('eot'), 
  url('font/fontawesome-webfont.woff') format('woff'), 
  url('font/fontawesome-webfont.ttf') format('truetype'), 
  url('font/fontawesome-webfont.svg#FontAwesome') format('svg');
}