#sm_slider {
    height: 161px;
	position: absolute;
	width: 804px;
    top: 38px;  
    margin-left: 46px;
    z-index:1;
}
.nonevis{
 display: none;
}

.yesvis{
 display: block;
}
#sm_slider h1{
    font-family: a_MonumentoTitulNr, Georgia, Times New Roman, serif;
    font-size: 30px;
    font-weight: normal;
        font-style: normal;
    
}

#sm_slider ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
    
.sm_slide {
	color: black;
	display: none;
	font-size: 12px;
    z-index:1;
    height: 161px;  
	left: 0;
	position: absolute;
    text-align: justify;
    
	top: 0;
	visibility: hidden;
	width: 100%;
}

.sm_slide.active {
	display: block;
	visibility: visible;
        
}

.sm_slide img {
	max-width: 100%;
    left: 0;
    float:left;
    position:relative;
    margin-right: 10px;
}

.sm_prev, .sm_next {
	background: url(sm_arr.png) no-repeat;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 64px;
	margin: -31px 0 0 0;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 999;
}

.sm_prev {
	background-position: 20px -50px;
	left: 0;
}  

.sm_next {
	background-position: -40px -50px;
	right: -10px;
}

.sm_prev:hover {
	background-position: 20px 14px;
	opacity: 1;
}

.sm_next:hover {
	background-position: -40px 14px;
    opacity: 1;
}

.sm_nav {
	bottom: 0px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	right: 0px;
	z-index: 999;
}

.sm_nav-item {
	cursor: pointer;
	float: left;
	height: 14px;
	padding: 4px;
	width: 14px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_nav-item i {
	display: block;
	width: 6px;
	height: 6px;
	position: relative;
	top: 5px;
	left: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #7f7f7f;
}

.sm_nav-item.active, .sm_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_nav-item.active i{
	background-color: #756449;
}

.sm_nav-item:hover i {
	background: #7f7f7f;
}

.sm_nav-item.active:hover i{
	background-color: #bfbfbf;
}



/*----------------FooTER-----------------*/



#sm_slider_footer {
	height: 111px;
	position: absolute;
	width: 264px;
    margin-top: -10px;
    margin-left: 0px;
}
#sm_slider_footer h1{
    opacity: 0.85;
    font-family: a_Stamper, Georgia, Times New Roman, serif;
    font-size: 24px;
    text-align: center;
}

#sm_slider_footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
    
.sm_slide_footer {
	color: black;
	display: none;
	font-size: 12px;
	height: 270px;
	left: 0;
	position: absolute;
    text-align: justify;
    
	top: 0;
	visibility: hidden;
	width: 100%;
}

.sm_slide_footer.active {
	display: block;
	visibility: visible;
}

.sm_slide_footer img {
	max-width: 100%;
    left: 0;
    float:left;
    position:relative;
    margin-right: 10px;
}

.sm_footer_prev, .sm_footer_next {
	background: url(sm_arr.png) no-repeat;
	cursor: pointer;
	display: block;
	font-style: normal;
	height: 64px;
	margin: -31px 0 0 0;
	opacity: .3;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 999;
}

.sm_footer_prev {
	background-position: 20px -50px;
	left: 0;
}  

.sm_footer_next {
	background-position: -40px -50px;
	right: -10px;
}

.sm_footer_prev:hover {
	background-position: 20px 14px;
	opacity: 1;
}

.sm_footer_next:hover {
	background-position: -40px 14px;
    opacity: 1;
}

.sm_footer_nav {
	bottom: 0px;
	clear: both;
	display: inline-block;
	overflow: hidden;
	padding: 5px 0px;
	position: absolute;
	right: 0px;
	z-index: 999;
}

.sm_footer_nav-item {
	cursor: pointer;
	float: left;
	height: 14px;
	padding: 4px;
	width: 14px;
	z-index: 999;
	list-style-type: none;
	font-size: 11px;
	color: #ccc;
}

.sm_footer_nav-item i {
	display: block;
	width: 6px;
	height: 6px;
	position: relative;
	top: 5px;
	left: 4px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background-color: #7f7f7f;
}

.sm_footer_nav-item.active, .sm_footer_nav-item.active:hover {
	cursor: default;
	color: #7e7e7e;
}

.sm_footer_nav-item.active i{
	background-color: #756449;
}

.sm_footer_nav-item:hover i {
	background: #7f7f7f;
}

.sm_footer_nav-item.active:hover i{
	background-color: #bfbfbf;
}



