h2 {
font-weight: bold; 
font-size: 13px;
}
li.listahotel {
	margin-left::-50px;
    list-style-type:none;
}


/*--------------------------------------------------------------------------*/
td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #003366;
}

h1 {
font-weight: bold; 
font-size: 13px;
}

.titolo {
font-size: 12px;
color: #40668C;	
font-weight: bold;
}
.cambio {	
background-color: #FCE5B1;
cursor: hand;
}
a {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-decoration: none;
color: #3E5A69;	
}

a.menuMinisito {
font-size: 11px;
color: white;
background-color: Black;
}

a.menuMinisito:hover {
	background-color: Black;
	color: Silver;
}

a.minisito {
color:#003366;
font-size: 11px;
}
a.minisito:hover{
color:#096BCD;
}

a.footer {
font-size: 10px;
color: #4AB8E1;
}

a.footer:hover {
color: #66CCFF;	
}

select {
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
color: black;
}

input {
font-size:11px;
font-family: Arial, Helvetica, sans-serif;
color: black;
}
/***********************************************************************/
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
background-color: #000000;
/*padding-top: 4px;*/
}

.headerlinks a{
/*margin: auto 8px;*/
font-weight: normal;
color: #FFFFFF;
}

.submenus{
display: none;
width: 90px;
position: absolute;
top: 23px;
left: -21px;
background-color: #000000;
}

.submenus li{
width: 90px;
top: 0px;
left: 0px;
}

.submenus li a{
display: block;
width: 90px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #000000;
color: #84C7DE;
}

#csstopmenu li>ul {/* non IE browsers */
top: 23px;
left: -21px;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
}