
html {
background-image : none ;
background-color : #fff;
}

body {
font-size: 12pt;
}

.middle-site {
background-image : none ;
background-color : #fff;
border : none;
}

.middle-site > div {
background-image : none ;
background-color : #fff;
border : none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.middle-site .content {
background-image : none ;
background-color : #fff;
border : none;
}

.middle-site, .bottom_menu {
border : none;
}

.wrapper-site {
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}

#social-links {
display:none;
}

#translate, #search {
display:none;
}

.logo {
text-align:center;
border-bottom:none;
}

.main_menu {
display:none;
}

.actions {
display:none;
}

.bottom_menu {
display:none;
}

.address {
clear: both;
float:none;
padding: 12px 0 0;
text-align: center;
}



a:link, a:visited {
color: #520;
background-color: transparent;
font-weight: bold;
text-decoration: underline;
}

.content a[href]:after {
content: " (" attr(href) ") ";
font-size:85%;
}