@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bkg_bn2.jpg);
	padding-bottom: 10px;
	/* background-color: #CCC;  */
	/* background-repeat: 	repeat-x; */
}

a, p, ul {
	color: #FFF;
	margin-bottom: 10px;
	padding: 0px;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}

 ul li {
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	color: #FFF;
	list-style-type: none;
	margin-top: 3px;
	margin-left: 3px;
	float: left;
	width: 312px;
	text-align: center;
	background-color: #000;
	height: 30px;
	line-height:30px;
}

h3 {
font-family: 'Calligraffitti', cursive;
	font-size: 24px;
	text-align:center;
	font-weight: normal;
}

h4 {
	font-family: 'Cuprum', sans-serif;
	font-size: 21px;
	line-height:22px;
	margin-bottom: 0px;
}
h5 {
	font-family: 'Cuprum', sans-serif;
	font-size: 21px;
	line-height:22px;
	color: #F00;
}

h6 {
font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}

#corpo {
/*	background-color:#333;*/
	height:480px;     
	margin-top: 0px;
}

#alto {
/*	background-color:#333;
	height:684px;     */
	margin-top: 0px;
}

#alto ul li {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #F00;
	background-color: #FFF;
	float:left;
	margin-left:1px;
	margin-bottom: 10px;	
	width: 80px;
}

#alto a {
	font-family: 'Cuprum', sans-serif;
	font-size: 16px;
	color: #000;
}

.gallery {
	float:left; 
}

.gallery img { 
	padding: 5px;
	margin-left: 2px;
	margin-right: 8px;
	border:thin solid #F00;
}

.gallery h5 {
	font-size: 11px;
	line-height: 12px;
	text-align:left;
	color:#000;
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
address {
	font-family: 'Cuprum', sans-serif;
	font-size: 13px;
	margin-top: 15px;
	margin-left: 20px;
	color: #FFF  ;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/*  styles for JQuery slideshow    */
#slideshow {
    position:relative;
    height:400px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 400px;
	width: 345px;
    /* background-color: #000;          */
	font-family: 'Cuprum', sans-serif;
	font-size: 11px;
	color: #F00;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 400px;
    display: block;
    border: 0;
	float:left;
    margin-bottom: 10px;
	margin-right: 20px;
}
/*  end styles for JQuery slideshow    */
