/* CSS Document */
*{
padding:0;
margin:0;
}
body{
width:100%;
text-align:center;

}

#ext-cont{
width:1000px;
margin:0 auto;
overflow:hidden;
margin-top:20px;
}

#ragione-sociale{
width:1000px;
margin:0 auto;
overflow:hidden;
margin-top:20px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#25196d;
}

.info{
height:60px;
width:1000px;
margin-top:25px;
}

.left{
width:350px;
float:left;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#25196d;

}
.txt-left{
margin-top:7px;
float:left;
width:228px;
text-align:left;
padding-left:20px;
}
.left img{
float:left;
width:102px;
vertical-align:middle;
}
.center{
width:300px;
float:left;
text-align:center;
margin-top:18px;
}
.center a{
font-size:11px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#25196d;
text-decoration:none;
}

.right{
width:350px;
float:left;
}
.txt-right{
margin-top:7px;
text-align:right;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:10px;
color:#25196d;

}

.center img{
padding:0 5px;
margin-bottom:-1px;
}
a{
text-decoration:none;
color:#25196d;
}