.textnormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

.textPie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;

}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #000000;
	text-decoration: none;

}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15;
	color: #FF0000;
	text-decoration: none;

}

.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000000;
	text-decoration: none;
}

.text3 {
	font-family: Comic Sans MS, Arial;
	font-size: 18px;
	color: #0000FF;
	background-color: #8888bb;
	text-decoration: bold;
}

.text4 {
	font-family: Comic Sans MS, Arial;
	font-size: 18px;
	color: #0000FF;
	background-color: #ddddFF;
	text-decoration: bold;
}

.textA2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14;
	color: #4444FF;
	text-decoration: none;
}

.fondo { 
  background: url("../images/londra2b.jpg") fixed no-repeat 50%;
} 

.fondo2 { 
  background: url("../images/londra3.jpg") fixed no-repeat 50% left;
} 

.bton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #ffffff;
	text-decoration: none;
	background-color: #9999cc;
	border-left-width: 100%;
	border-top-style: 2px color:black;
	border-right-style: 2px;
	border-bottom-style: 2px;
	border-left-style: 2px;
}


#slider {
    width: 100%; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 400px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: center;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 384px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}

ul { list-style-type: none;}

.foto {
	background-color: #FAFAFA;
}

.desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}