/* @font-face */

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/proximanova-reg-webfont.eot');
    src: url('fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-reg-webfont.woff') format('woff'),
         url('fonts/proximanova-reg-webfont.ttf') format('truetype'),
         url('fonts/proximanova-reg-webfont.svg#ProximaNovaRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-it';
    src: url('fonts/proximanova-regit-webfont.eot');
    src: url('fonts/proximanova-regit-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regit-webfont.woff') format('woff'),
         url('fonts/proximanova-regit-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regit-webfont.svg#ProximaNovaRegularItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('fonts/proximanova-sbold-webfont.eot');
    src: url('fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-sbold-webfont.woff') format('woff'),
         url('fonts/proximanova-sbold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-sbold-webfont.svg#ProximaNovaSemibold') format('svg');
    font-weight: bold;
    font-style: normal;

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

/* GENERAL */
body {
	font-family:"ProximaNova";
	font-size: 12px;
	line-height: 14px;
	background-color:#e6e6e6;
	margin:0;
	}
a {
	text-decoration:none;
	color: #666;
	}
a:hover {
	text-decoration:none;
	}
html, body {
	height: 100%;
	background: #e6e6e6;
	}
h2{
    font-family: 'ProximaNova-it';
}

/* MENU */
#home_stuff {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 400;
	background:none;
	padding: 0px;
	display: none;
}
#instagram {
    background: url(instagram.png) no-repeat scroll 50% 0 transparent;
    position: absolute;
    float: left;
    bottom: 40px;
    width: 100%;
    height: 40px;
    z-index: 99999999;
}


/*   FOOTER   */
#colophon{
	position:absolute;
	bottom:35px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
	z-index: 1100;
}
#colophon a:link{
	text-decoration:none;
	color:#242424;
}


/* PRINCIPAL */
#home {
	overflow: hidden;
}
.gigante{
	display:none;
	position:absolute;
	overflow: hidden;
	margin-top:0px;
	width:100%;
	height: 100% !important;
	text-align:center;
	z-index:1;
}
#principal{
	background: url(../fondos/home2.jpg) 50% 50% no-repeat;
	background-size: cover;
}
#principal img {
	position:relative;
	padding: 0px;
}


/*   FOOTER   */
#colophon{
	font-size:12px;
	position:absolute;
    bottom: 75px;
    left: -10px;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-moz-transform:rotate(270deg); /* Firefox */
	-webkit-transform:rotate(270deg); /* Safari and Chrome */
	-o-transform:rotate(270deg); /* Opera */
	z-index: 1100;
}
#colophon a:link{
	text-decoration:none;
	color:#242424;
}
@media only screen and (max-width: 1650px) {
#menu {
	width:40%;
	left:50%;
	margin-left:-20%;
	padding-left:2px;
}
#linea1{width:40%;}
#linea2{width:40%;}
#linea4{width:35%;}
#linea5{width:35%;}
}
@media only screen and (max-width: 1400px) {
#menu {
	width:40%;
	left:50%;
	margin-left:-20%;
	padding-left:2px;
}
#linea1{width:38%;}
#linea2{width:38%;}
#linea4{width:30%;}
#linea5{width:30%;}
}

@media only screen and (max-width: 1000px) {
#menu {
	width:50%;
	left:50%;
	margin-left:-25%;
}
#linea1{width:32%;}
#linea2{width:32%;}
#linea4{width:25%;}
#linea5{width:25%;}
}
@media only screen and (max-width: 780px) {
#menu {
	width:60%;
	left:50%;
	margin-left:-30%;
}
#linea1{width:30%;}
#linea2{width:30%;}
#linea4{width:20%;}
#linea5{width:20%;}
}
@media only screen and (max-width: 680px) {
#menu {
	font-size:13px;
	line-height:19px;
	width:70%;
	left:50%;
	margin-left:-35%;
}
#linea1{width:24%;}
#linea2{width:24%;}
#linea4{width:11%;}
#linea5{width:11%;}
}
@media only screen and (max-width: 480px) {
#menu {
	font-size:12px;
	line-height:17px;
	width:90%;
	left:50%;
	margin-left:-45%;
}
#linea1{width:12%;}
#linea2{width:12%;}
#linea4{width:3%;}
#linea5{width:3%;}
}



