@import url("tag.css");
@import url("class.css");
@import url("div.css");
@import url("navigation.css");

.evento_sx{
background-image:url(../img/evento_dx_bg.png);
background-position:right;
background-repeat:no-repeat;
width:900px;
height:auto;
margin-left:auto;
margin-right:auto;
}

.evento_dx{
background-image:url(../img/evento_sx_bg.png);
background-position:left;
background-repeat:no-repeat;
width:900px;
height:auto;
margin-left:auto;
margin-right:auto;
}


.evento_img_testa{
background-image:url(../img/evento_img_testa.png);
background-position:center;
margin-left:auto;
margin-right:auto;
width:280px;
height:50px;
}

.evento_img_corpo{
background-image:url(../img/evento_img_corpo.png);
background-repeat:repeat-y;
background-position:center;
margin-left:auto;
margin-right:auto;
width:280px;
}

.evento_img_coda{
background-image:url(../img/evento_img_coda.png);
background-position:center;
margin-left:auto;
margin-right:auto;
width:280px;
height:50px;
}

.evento_testo_testa{
background-image:url(../img/evento_testo_testa.png);
background-position:center;
margin-left:auto;
margin-right:auto;
width:451px;
height:30px;
}

.evento_testo_corpo{
background-image:url(../img/evento_testo_corpo.png);
background-repeat:repeat-y;
background-position:center;
margin-left:auto;
margin-right:auto;
width:451px;
}

.evento_testo_coda{
background-image:url(../img/evento_testo_coda.png);
background-position:center;
margin-left:auto;
margin-right:auto;
width:451px;
height:30px;
}

.eventi td{
text-align:center;
font-size:12px;
}
