@import url("styles.css");
@import url("styles-menu.css");

#wrapper{
margin: auto;
width: 1212px;
}



#header{
width: 1212px;
float: left;
height: 144px;
z-index: 100;
background-image: url(images/header.jpg);
}

.logo{
float: left;
padding: 62px 0 0 120px;
}

#menu{
width: 1212px;
float: left;
height: 36px;
background-image: url(images/bg-menu.jpg);
}

#menu2{
width: 1212px;
float: left;
height: 36px;
background-image: url(images/bg-menu2.jpg);
}

#content{
width: 1212px;
float: left;
background-image: url(images/bg-content.jpg);
z-index: 100;
margin-bottom: 0px;

height: 588px;

}

#content .container{
margin: auto;
width: 965px;	
}

#content_left{
width: 332px;
float: left;
height: auto;
z-index: 0;

}


#content_left .padding{
padding: 0px 0px 0 0;
}

#content_right{
width: 632px;
float: left;
height: 449px;
z-index: 100;
margin-top: 0px;
background-image: url(images/line-pages.png);
background-repeat: no-repeat;
background-position: 0 0px;

}


#content_right .padding{
padding: 22px 16px 0 40px;
}

#footer{
width: 1212px;
float: left;
height: 267px;
margin: 0px 0 0 0;
background-image: url(images/bg-footer.jpg);
}

.copyright{
padding: 84px 0 0 0;
color: #9aa4b0;
font-size: 7pt;	
width: 318px;
margin: auto;
}

.copyright a{

color: #9aa4b0;
font-size: 7pt;
font-weight: bold;	
}

a:link, a:hover, a:active  {
	outline: none;
}
a:focus{
	outline: none;
	-moz-outline-style: none;
}

img{
	outline: none;
}

.container-mags {
	width: 822px;
	margin: auto;
	margin-top: 12px;
}

.box-mag{
float: left;
width: 175px;
height: 282px;	
margin-right: 40px;
}

.box-mag:last-child{
	margin-right: 0px;
}

a.btn-download{
background-image:  url(images/btn-download.jpg);
width: 114px;
height: 26px;
float: left;
margin-left: 34px;
}

a.btn-download:hover{
background-position:0 -26px;
}