@charset "UTF-8";
/* CSS Document */

@font-face{font-family:"Transit";
src:url('../fonts/GothamHTF-Book.ttf') format('truetype');
}

@font-face{font-family:"Transit2";
src:url('../fonts/GothamHTF-BlackItalic.ttf') format('truetype');
}


h1{
	text-align:right;
	font: 15px "Transit", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
	
h2{
	font: 15px "Transit", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	right: 20px;
	position: fixed;
	top: 20px;

	}
	
	h3{
	text-align:right;
	font: 15px "Transit2", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
	
	a:link { color:#FFF; }
a:active { color: #FFF; }
a:visited {
	color: #FFF;
	line-height: normal;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #FFF;
	line-height: normal;
	font-size: 15px;
	text-align: right;
}

a {
	text-decoration: none;
	font-family: "Transit", Arial, Helvetica, sans-serif;
}

#nombre{
	position: fixed;
	top: 200px;
	}
	
.bgimage
{
    width: 100%;
    position: absolute;
   	bottom: 20px;
    left:0;
}
