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

	body{font-family:'Helvetica'; color:#fff; margin:0; padding:0;}

	.wrap {
	display: block;
    height: 563px;
    overflow: hidden;
    position: relative;
    width: 1020px;	
	}

	button {
	background: none;
	border: none;
    position: relative;
	cursor:pointer;
	margin:5px;
	text-transform:uppercase;
	font-family:'Helvetica';
	font-size:11px;
	color:#000;
	}
	
	button.active {color:#DA8E40;}
	button:hover {color:#DA8E40; border:none; box-shadow:none;}
	
	button#eduardovii {margin-left:20px;}
	
	section.mask {
    height: 563px;
    width: 1020px;
	overflow:hidden;
	position: absolute;
	}
	
	img.img {
	height: 2100px;
    left: -52%;
    overflow: hidden;
    position: relative;
    top: -50%;
    width: 2100px;
	}
	
	
span{
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    float: none;
    height: 100%;
    padding: 0 25px;
    position: absolute;
    right: 0;
    width: 256px;
    z-index: 5;
}

span h1{
	color: #FFFFFF;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 25px;
    text-transform: uppercase;
}


span p{
	color: #FFFFFF;
    float: left;
    font-family: 'Helvetica';
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    position: relative;
}


