/* ---------------------- SLIDE SHOW FOTOS INICIO -----------------------*/
.theme-default #slider {
    width:850px; /* Tamaño Imagen */
    height:200px; /* Tamaño Imagen */
    margin:15px auto 0 auto;
}
.theme-pascal.slider-wrapper,.theme-orman.slider-wrapper { margin-top:15px;}


.clear {
	clear:both;
}


.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	
	top:0px;
	left:0px;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:200px;
	border:0;
	padding:0;
	margin:auto;
	z-index:6;
	display:none;
}

.nivo-slice {
	
	display:block;
	position:absolute;
	z-index:5;
	height:200px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}


.nivo-directionNav a {
	position:absolute;
	top:8px;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}



.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;

}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

/* ---------------------- SLIDE SHOW FOTOS FIN -----------------------*/