html {
    position: relative;
    min-height: 100%;
}

body {
	width: 100%;
	margin: 0 0 80px;
}

a {
	text-decoration:none;
}

#header {
	height: auto !important;
    height: 100%;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0 auto;
}

#contenitore_al_duca {
	width: 48%;
	height: 100%;
	float: left;
	/*background-color: #431804;*/
}

#contenitore_centrale {
	height: 100%;
	float: left;
	margin: 0 1px 0 1px;
}

#vertical_line { 
    /*margin-top:10px;
    height: 450px;
    border:none;
    background: #cccccc;
    width:1px;
    background: -webkit-gradient( 
                linear, 
                0 0, 
                100% 0,  
                from(rgba(50,50,50,0.01)),
                to(rgba(80,80,80,0.01)), 
                color-stop(.5,#c9c9c9)
                );
    background: -moz-linear-gradient(
                left,
                rgba(0,0,0,0.001) 0%,
                rgba(201,201,201,1) 50%,
                rgba(0,0,0,0.001) 100%
                );
    
    background:-ms-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:-o-linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    background:linear-gradient(left, hsla(0,0%,0%,0) 0%, hsla(0,0%,0%,.75) 50%, hsla(0,0%,0%,0) 100%);
    
    box-shadow: 0 3px 7px 1px #B7B7B7;
    -moz-box-shadow: 0 11px 7px 1px #B7B7B7;
    -webkit-box-shadow: 0 11px 7px 1px #B7B7B7;
    
    border-radius:2px 2px 2px 2px;
    -moz-border-radius:2px 2px 2px 2px;
    -webkit-border-radius:2px 2px 2px 2px;
   	background: url('images/linea.jpg') no-repeat fixed center; */
}

#contenitore_giulietta_e_romeo {
	width: 48%;
	height: 100%;
	float: left;
	/*background-color: #F2F2C6;*/
}

#footer {
	background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    clear: both;
    position: absolute;
}

.logo {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 50px;
	min-height: 190px;
}

.commenti {
	margin-top: 110px;
}

.commenti p {
	color: #8C8C8C;
	text-align: center;
	font: 14px/1.8em 'Asap',sans-serif;
    letter-spacing: 0;
}

.lingue.duca {
	width: 150px;
	margin: 0 auto;
	padding-left: 42px;
}

.lingue.giulietta {
	width: 150px;
	margin: 0 auto;
	padding-right: 53px;
}

.lingua_duca {
	background-color: rgba(242, 242, 198, 0.9);
	border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    text-align: center;
    float: left;
    width: 50px;
    height: 10px;
	margin-left: 16px;
	color: #704C00;
	font: 19px 'Asap', sans-serif;
	line-height: 1.6em; 
	padding: 0 0 25px 0; 
	letter-spacing: 0;
}

.lingua_giulietta {
	background-color: rgba(242, 242, 198, 0.9);
	border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
    text-align: center;
    float: left;
    width: 50px;
    height: 10px;
	margin-left: 16px;
	color: #704C00;
	font: 19px 'Asap', sans-serif;
	line-height: 1.6em; 
	padding: 0 0 25px 0; 
	letter-spacing: 0;
}



.lingua_duca a, .lingua_giulietta a {
	padding: 2px;
}

a.testo_duca, a.testo_duca:visited {
	display: block;
	color: #704C00;
	border: 0;
}

a.testo_giulietta, a.testo_giulietta:visited {
	display: block;
	color: #704C00;
	border: 0;
}

a.testo_duca:hover, a.testo_duca:focus, a.testo_duca:active { 
	background-color: rgba(173,47,0,0.4);
	color: #EFDA62;
	border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
}

a.testo_giulietta:hover, a.testo_giulietta:focus, a.testo_giulietta:active { 
	background-color: rgba(173,47,0,0.4);
	color: #EFDA62;
	border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
    -webkit-border-radius:3px 3px 3px 3px;
}

#logo_duca {
	padding: 0 0 0 36px;
}

#logo_giulietta {
	padding: 38px 56px 39px 0;
}

.commenti.duca {
	padding-left: 37px;
}

.commenti.giulietta {
	padding-right: 55px;
}
