body {
        font-family: Verdana, Helvetica, sans-serif;
}
a:hover {
        text-decoration: underline;
}
.imgbordo {
	border: 2px solid #782926;
}
.form {
	font-size: 12px;
	color: #782926;
	text-decoration: none;
	border: 1px solid;
	background-color: #DDDDDD;
       font-style: italic;
}
a.opacity img {
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a.opacity:hover img {
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}
div#navigation {float: left; padding-top: 0px}
div#navigation ul {list-style-type: none; margin: 0; padding: 0}
div#navigation li {margin: 0 0 20px; padding: 0; border: 0px outset #000}
div#navigation a {position: relative; display: block; width: 200px; height: 50px}
div#navigation a span{position: absolute; width: 200px; height: 50px; cursor: pointer; /*per IE*/}    
div#navigation a:hover {color: #000 /*per IE*/}
div#navigation a:hover span {background-position: -200px 0}
div#navigation a#current span {background-position: -400px 0}
li#menu1 span{background: url("img/menu1.png")}
li#menu2 span{background: url("img/menu2.png")}
li#menu3 span{background: url("img/menu3.png")}
li#menu4 span{background: url("img/menu4.png")}
.submenu {
        font-size: 12px;
        color: #AAAAAA;
        text-decoration: none;
        font-weight: normal;
        line-height: 20px;
        font-style: italic;
}
.submenu a {
        color: #FFFFFF;
        text-decoration: none;
}
.submenu a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}
.title {
        font-size: 14px;
        color: #782926;
        text-decoration: none;
        font-weight: normal;
        font-style: italic;
}
.footer {
        font-size: 11px;
        color: #782926;
        text-decoration: none;
        font-weight: normal;
        font-style: italic;
}
.footer a {
        color: #782926;
        text-decoration: none;
}
.footer a:hover {
        color: #782926;
        text-decoration: underline;
}
.text {
        font-size: 12px;
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        line-height: 20px;
        font-style: italic;
}
.text a {
        color: #000000;
        text-decoration: none;
}
.text a:hover {
        color: #000000;
        text-decoration: underline;
}