@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
/*background:url(../../images/sfondo.png) repeat-y center #FF0000;*/
background:url(../../images/bg.png);
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFF;
}

body A{
color:#F8F0CC;
}


.contenitore_esterno {
width:1002px;
background-color:#FFF;
border:1px dotted #CCC	
}

.contenitore_centrale{
width:1000px;
background:url(../../images/sfondo_interno.png) repeat-y center #656C83;
min-height:600px;
padding-top:50px;
padding-bottom:30px;
}

.box{
padding:15px;
font-size:13px;


}

.box_elemento{
border-bottom:1px dotted #EEE;
padding-top:5px;
padding-bottom:5px;
	
}

.box_elemento A{
text-decoration:underline;
}

.box_elemento A:hover{
text-decoration:none;
}



.box_bottom{
color:#6A7289;
}

.box_bottom A{
color:#FF0000;
text-decoration:none;
font-size:18px;
}

.immagine_bordata{
background:url(../../images/sfondo_bordo_img.png) repeat;
padding-top:9px;
padding-bottom:9px;
}


/*FOOTER*/
.footer_left{
background:url(images/box_center.png) repeat-y;color:#6A7289;font-size:11px;	
}

.footer_left A{
color:#FF0000;	
}

.footer_left A:hover{
text-decoration:none;
}


.inputs{
border:1px dotted #333;
width:180px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

.inputs_err{
border:1px dotted #333;
background-color:#F00;
color:#FFF;
width:180px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}


/*NEWS*/

.titolo_news{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:22px;
color:#F8F0CC;


}

.data_news{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;	
color:#F8F0CC;
}

.titolo_box_multimedia {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28px;
color:#AAA;
	
}

.sottotitolo_box_multimedia {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#AAA;
	
}

.titolo_foto_video{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#777;	
}

.titolo_foto_video A{
color:#777;	
text-decoration:none;
}

.titolo_foto_video A:hover{
color:#777;	
text-decoration:underline;
}

.elementi_box_multimedia{
padding:20px;

}

.elementi_box_multimedia img{
width:100px;
height:100px;
border:1px dotted #333;
padding:1px;
}


