﻿@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('websymbols/websymbols-regular-webfont.woff') format('woff'),
         url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
         url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:#fff;
	font-size: 13px;
}
#contenitore{
position:relative;
height:450px;
padding-bottom:50px;
padding-top:20px;
}
#box-1{
position:absolute;
left:510px;
top:37px;
padding:0.4em;
width:150px;
color: #900;
text-align:center;
}
#box-2{
position:absolute;
left:695px;
top:37px;
padding:0.4em;
width:550px;
font-size: 18px;

}
#box-3{
position:absolute;
left:210px;
top:37px;
padding:0.4em;
min-width:350px;
color: #900;

}		
#box-4{
position:absolute;
left:560px;
top:37px;
padding:0.4em;
width:680px;
font-size: 16px;
text-align:justify;
}
div#box-4a{
position:relative;
border:solid;
padding:0.4em;
left:232px;
bottom:0;
width:150px;
background-color:#ffffaa;
color: #900;
}
.colored{
      color: #791515;
      background-color:#fff;

}
.boxdxbottom{
	max-width:60%;
    border-top: 3px solid #791515;
    padding-top:10px;
    padding-bottom:50px;
    font-size:14px;
    color:#791515;
    text-align:center;
    position:absolute;
    left:25%;
    top:130%;
}
.boxdxbottom2{
	max-width:60%;
    border-top: 3px solid #791515;
    padding-top:10px;
    padding-bottom:50px;
    font-size:14px;
    color:#791515;
    text-align:center;
    position:absolute;
    left:25%;
    top:260%;
}

.ca-menu{
    padding: 0;
    margin-top: 0px;
    margin-right:10%;
    margin-bottom:auto;
    margin-left:10%;

}
.ca-menu li{
    max-width: 230px;
    height: 55px;
    margin-top:10px;
    overflow: hidden;
    /*background: #fff;*/
        background-color:#f1f3f4;

    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    border-left: 15px solid #791515;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu li:last-child{
}
.ca-menu li a{
    text-align: left;
    display: block;
    max-width: 100%;
    height: 100%;
    color: #333;
    position:relative;
}
.ca-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 18px;
    text-shadow: 0px 0px 1px #333;
    line-height: 40px;
    position: absolute;
    max-width: 40px;
    left: 18px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.ca-content{
    position: absolute;
    left: 15px;
    max-width: 280px;
    height: 55px;
}
.ca-main{
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	margin-top:18px;
}
.ca-sub{
    font-size: 13px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.ca-menu li:hover{
    border-color: #d2cbcb;
    background: #fff;
}
.ca-menu li:hover .ca-icon{
    color: #791515;
    text-shadow: 0px 0px 1px #791515;
    font-size: 30px;
}
.ca-menu li:hover .ca-main{
    color: #791515;
    font-size: 17px;
}
.ca-menu li:hover .ca-sub{
    color: #000;
    font-size: 15px;
}
#logo{
	max-width:1000px;
	height:220px;
	left:50%;
	background-position:center;
background: url('../images/aa.jpg') no-repeat center center;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}