@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('../font/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('../font/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('../font/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OblikBold';
    src: url('../font/oblikbold-webfont.eot');
    src: url('../font/oblikbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/oblikbold-webfont.woff') format('woff'),
         url('../font/oblikbold-webfont.ttf') format('truetype'),
         url('../font/oblikbold-webfont.svg#OblikBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: HelveNeue;
    src: url(../font/HelveticaNeue.otf) format('opentype');
}

body{
	/*font-family: 'MyriadProRegular';*/
	width:100%;
	margin:0 auto;
	/*background: transparent  url(../imagenes/wa_fondo.jpg) no-repeat;
	background-attachment:fixed;
	background-color:#333;*/
	font-family: Helvetica, Verdana;
	height:100%;
}

html{
	height:100%;
	width:100%;
}

#contenedor{
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}

#instrucciones{
	width:300px;
	height:160px;
	float:left;
	padding-left:10px;
	padding-top:40px;
	color:#661144;
	font-size:20px;
	text-align:center;
}