.textoInteriores {
	font-style: normal;
	text-decoration: none;
	padding-left: 32px;
	padding-right: 400px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;


}
.campos {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.pie {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.submit {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #806B3E;
	border: 1px solid #ffffff;
	height: 25px;
}

.menu {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #006288;
	text-decoration: none;
	letter-spacing: -1px;
}
a.menu:link {
	font-style: normal;
	color: #006288;
	text-decoration: none;
}
a.menu:visited {
	font-style: normal;
	color: #006288;
	text-decoration: none;
}

a.menu:hover {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.texto_tarifas {
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.texto_blanco {
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.campos_2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.texto {
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.texto_rest {
	font-style: normal;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
	padding-left: 32px;
}
#slideshow {
    position:relative;
    height:425px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	visibility: visible;
}

#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

