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

@font-face
{
font-family:"MyriaMM";
src: url(../fonts/MyriaMM);
}

/*---------------------*/
/*---------------------*/




body{
	margin:0;
	padding:0;
	vertical-align:baseline;
	font-size:100%;
	background:url(../images/background.png) no-repeat fixed;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	
}

a{
	text-decoration:none;
	color:rgba(255,255,255,1);

}

img{
	max-width:100%;
	height:auto;
	width:auto\9;
}

.contentor{
	max-width:960px;
	width:100%;
	margin:0 auto;
}

.logo{
	margin-top:8%; /*80px*/
	
}

.menu{
	width:150px; /*150px*/
	height:30px;/*30px*/
	margin: 7% 0%; /*70px*/
	color:rgba(255,255,255,1);
}

.menu p{
	font-family:"Myriad Pro";
	font-size:1.375em;
	background:rgba(0,0,0,1);
	padding-left:0.313em; /*5px*/
	margin:0em 0em 0.313em 0em;
}

.line{
	margin-top: 6.250em; /*100px*/
	border-bottom:1px solid rgba(255,255,255,1);
	width: 220px;

}

.informa{
	margin-top:10px;
	font-family:"Myriad Pro";
	font-size:1.250em;
	color:rgba(255,255,255,1);
}


