/*////////////////////////// MAQUETACIÓN *//*@font-face {	font-family: 'app';    font-weight: normal;    font-style: normal;     src: url('../fonts/open_sans.woff') format('woff');                 }@font-face {	font-family: 'app';    font-weight: normal;    font-style: italic;     src: url('../fonts/open_sans_italic.woff') format('woff');          }@font-face {	font-family: 'app';    font-weight: bold;      font-style: normal;     src: url('../fonts/open_sans_semibold.woff') format('woff');        }@font-face {	font-family: 'app';    font-weight: bold;      font-style: italic;     src: url('../fonts/open_sans_semibold_italic.woff') format('woff'); }*/@font-face {	font-family: 'app';    font-weight: normal;    font-style: normal;     src: url('../fonts/exo2.ttf') format('truetype');                 }@font-face {	font-family: 'app';    font-weight: normal;    font-style: italic;     src: url('../fonts/exo2_italic.ttf') format('truetype');          }@font-face {	font-family: 'app';    font-weight: bold;      font-style: normal;     src: url('../fonts/exo2_semibold.ttf') format('truetype');        }@font-face {	font-family: 'app';    font-weight: bold;      font-style: italic;     src: url('../fonts/exo2_semibold_italic.ttf') format('truetype'); }/*////////////////////////// Z-INDEX *//*	div#menu									9999*/body{	margin: 0;	padding: 0;	overflow-y: scroll;	background-color: black;}div#web{	font-family: app, Verdana, Arial;	letter-spacing: 0.3px;}div#header{	overflow: hidden;}div#header_contents{	max-width: 1480px;}div#menu{	/*overflow: hidden;*/}div#menu_contents{	max-width: 1480px;}div#blocks_left{	}div#blocks_right{	}div#content{	overflow: hidden;}div#content_contents{	max-width: 1480px;}div#footer{	clear: both;	overflow: hidden;}div#footer_contents{	max-width: 1480px;}