.top {
    text-align: center;
    background:#e7e7e7;
	background-image:-webkit-gradient(linear,left top,left bottom,from( #fff ),to( #e7e7e7 ));
	background-image:-webkit-linear-gradient( #fff,#e7e7e7 );
	background-image:   -moz-linear-gradient( #fff,#e7e7e7 ); 
	background-image:    -ms-linear-gradient( #fff,#e7e7e7 ); 
	background-image:     -o-linear-gradient( #fff,#e7e7e7 ); 
	background-image:        linear-gradient( #fff,#e7e7e7 );
	border-bottom:15px solid #04718e;

	box-shadow: 0 0 3px #000,0 0 9px #000 ;
}
.top {
  height: auto;
}
.home_text {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0.4em;
    padding: 1em;
	font-size: 14px;
}
.foto-tresc {
  
    float: left;
    margin: 0 0px 0px 0px;
    
}
img {
    max-height: 100% !important;
    max-width: 100% !important;
}
.centerBold4{
	display: block;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #025e75;
	letter-spacing: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}
.centerBold4 img {
    margin: 35px 0 0px;
}
.ui-bar-a a.logo.ui-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ui-bar-a a.logo.ui-link img {
    max-height: 100% !important;
    max-width: 100% !important;
    margin-top: 5px;
}
.ui-collapsible-content.ui-body-a {
  background: none repeat scroll 0 0 #f9ebba;
}
.center {
    text-align: center;
}
.header {
    text-transform: uppercase; 
    color: #C8621A;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}
.gallery {
    margin: 10px 0;
}
.gallery img {
    height: 100px;
}
table th {
    background: #424252;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
}
table tbody tr {
    background: #fefdfa;
}
table tbody tr:nth-child(2n) {
    background: #fff;
}
