/* CONTENITORI */
/* ======================= */


@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');


html, body {
background-color:transparent;
   font-family: 'Roboto Condensed', sans-serif;
font-size: 17px;
line-height: 26px;
padding: 0;
margin: 0;
}

#titolone{
padding-top:0px; color:#ef6340; font-size:31px; margin-top:30px; line-height: 33px;
}

.telefono {
    float: right;
    color: black;
    font-size: 27px;
    text-transform: none;
}

.telefono a {
    color: #448d17 !important;
    font-size: 27px;
}

body {
	text-align: center;
	padding: 0;
	margin: 0;
}

#contenitore {
	position: relative;
	text-align: left;
	padding: 0px 15px 50px 10px;
	margin-bottom: 61px;
	width: 980px;
	background-repeat: no-repeat;
	margin: auto;
	clear: left;
	overflow: hidden;
	color: #3F3F3F;
	background-color: #fffdf4;
	border-left: 1px solid rgb(214, 214, 214);
	border-right: 1px solid rgb(214, 214, 214);
	border-bottom: 1px solid rgb(214, 214, 214);
}

#logo {
	float: left;
	overflow: hidden;
	width: 270px;
	margin-right:10px;
	MARGIN-TOP:11PX;
	height:117px;
}



#intestazione {
width: 690px;
height: 33px;
    font-family: 'Roboto Condensed', sans-serif;
float: left;
margin-bottom: 10px;
color: #840110;
font-size: 20px;
text-align: right;
padding-top: 92px;
}

#contatti_rapidi a:link, #contatti_rapidi a:visited, #contatti_rapidi a:active{ 
    font-family: 'Roboto Condensed', sans-serif;
color: #272727;
font-size: 26px;
line-height:10px;
text-decoration: none;
}
#contatti_rapidi a:hover{
text-decoration:underline;
color: #840110;
}


#contatti_rapidi{
	margin-top: 10px;
	text-align: right;
	width: 980px;
	vertical-align: top;
	position: absolute;
	line-height: 29px;
	right: 30px;
}

#contatti_rapidi img{
vertical-align: top;
}

#mappa{
margin: 10px 10px 10px 8px;
}
#contatti_rapidi strong {
line-height: 29px;
color:#840110;
vertical-align: top;
}

#colonna_sx{
width:56%;
float:left;
overflow:hidden;
}

#colonna_dx{
width: 41%;
margin-right: 1%;
padding:1%;
float: right;
box-shadow: 0px 1px 3px #999999;
background-color: rgba(97, 0, 0, 0.11);
overflow: hidden;
}

.box{
width: 47%;
margin: 1%;
float:left;
overflow:hidden;
}


.box .corpo{
float: left;
    font-family: 'Roboto Condensed', sans-serif;
color: #3F3F3F;
text-align: justify;
width: 94%;
padding:2%;
margin-bottom:20px;
font-size: 12px;
line-height: 26px;
}

.titolo{
text-transform: uppercase;
width: 98%;
padding: 1%;
float: left;
font-size: 14px;
 font-family: 'Oswald', sans-serif;
color: #000000;
text-align: left;
}

.testo{
width: 97%;
padding: 1%;
float: left;
font-size: 17px;
font-family: 'Roboto Condensed', sans-serif;
color: #000000;
text-align: left;
}

#modulo{
padding:0;
font-family: 'Roboto Condensed', sans-serif;
color: #000000;
font-weight:normal;
background-color:transparent;
}

.contenuto {
	position:relative;
	text-align: left;
	/*padding: 16px 0px 30px 0px;*/	
	width: 980px;
	background-repeat:no-repeat;
	margin: auto;
	clear: left;
	overflow:hidden;
}

.corpo img {
border: 1px solid rgb(206, 206, 206);
}


/* Link */
/* ----------------------- */
a:link, a:visited, a:active {
font-family: 'Roboto Condensed', sans-serif;
	color:#840110;
	text-decoration: underline;
	
}
a:hover {
	color:#000000;
	
}

input.button{
	border: 0px;
	cursor:pointer;
	text-transform:capitalize;
    background-color: #8bc34a;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000000;
    color: #ffffff;
    font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	

}
input[name="captcha"]{
	padding:5px;
	margin-right: 10px;
}

input.button:hover{
background-color: #ffffff;
color: #840110;
}

.frm_titolo{
font-weight:bold;
}

input.frm_campo {
max-width: 223px;
}
