#slide {
	width: 980px;
	height: 365px;
	position: relative;
	overflow: hidden;
	z-index: 2;
        background-image: url(site_images/sombra_banner.png);
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 48px;
        padding-left: 40px;
        margin-left: -37px;
}
.slider {
	width: 942px;
	position: relative;
	z-index: 2;
        
}

h3{
    background-image: url(site_images/ico_title_p.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 14px;
    padding-left: 24px;
    margin: 0;
    height: 44px;
}

.slider img {
	border-radius: 0;
}
.items {
	display: none;
}
.pagination {
	position: absolute;
	top: 329px;
	right: 13px;
	z-index: 60;
}
.pagination li {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-right: 6px;
}
.pagination a {
	display: block;
	width: 15px;
	height: 16px;
	background: url(site/pagination.png) -21px 0 no-repeat;
	text-decoration: none;
}
.pagination li.current a, .pagination li a:hover {
	background-position: 0 0;
}
.progbar {
	background: #cee8f7;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 999;
}
#content {
	width: 98%;
	position: relative;
	z-index: 1;
	background: #fff;
	padding: 78px 0 29px;
}
#page1 #content {
	padding: 30px 10px 29px 10px;
}
a {
	color: #7a9fb8;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.button {
	display: inline-block;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #0675bf;
	background: url(site/button-tail.png) center top repeat-x #ecf3f8;
	padding: 5px 11px;
	border: 1px solid #cee8f7;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.button:hover {
	background-position: center -53px;
	background-color: #0672bc;
	border-color: #0678c2;
	color: #fff;
	text-decoration: none;
}