#Slider{ width:100%; max-width:1260px; z-index: 0;}

.rtp-slider
{
	margin: 0 100px;
}

.rtp-slider-viewport
{

	border: 0px; 
}

.rtp-nav-next/*Flecha derecha*/
{
	position: absolute;
	margin-top: -18px;
	z-index: 1000;
	right: 10px;
	top: 50%;
	color:#FF0004;
	background-color:rgba(0, 0, 0, 0.0);
	width:40px; height:40px;
	display:block;
	border-radius:40px;

}

.rtp-nav-prev/*Flecha izquierda*/
{
	position: absolute;
	margin-top: -18px;
	z-index: 1000;
	left: 10px;
	top: 50%;
	width:40px; height:40px;
	display:block;	
	background-color:rgba(0, 0, 0, 0.0);
	border-radius:40px;

}


.rtp-slider-panel{background-position: center bottom; background-size: cover; background-repeat: no-repeat;}

@media only screen and ( max-width: 600px ){
.rtp-nav-prev{display:none !important;}
.rtp-nav-next{display:none !important;}
}

.rtp-toolbar A,
.rtp-nav-dots A,
.rtp-nav-next A,
.rtp-nav-prev A,
.rtp-toolbar A IMG,
.rtp-nav-dots A IMG,
.rtp-nav-next A IMG,
.rtp-nav-prev A IMG
{
	border: none;
	display: block;
}


.rtp-nav-dots
{
}


.rtp-toolbar,
.rtp-nav-dots/*Control slider*/
{
	display:none;
	z-index:1000;
	bottom: 10px;
	opacity: 0.9;
	padding: 6px 8px;
	overflow: hidden;
	position: absolute;
	background-color: #F3F3F3;
}

.rtp-toolbar
{
	left: 10px;
}

.rtp-nav-dots
{
	right: 10px;
}

.rtp-nav-dots .rtp-nav-dot
{
	width: 12px;
	height: 12px;
}


.rtp-toolbar SPAN
{
	float: left;
	margin: 0 2px;
}
.rtp-toolbar IMG,
.rtp-toolbar SPAN
{
	border: none;
	display: block;
}

.rtp-nav-dots SPAN.current
{
	/* outline: 1px solid green; */
}

.rtp-slider-vertical .rtp-slider-panel
{
	width: auto;

}

.rtp-slider-vertical .rtp-slider-viewport
{

	/* height: 500px !important; */
	


}

.rtp-nav-dot
{
	float:left;
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	background-repeat: no-repeat;
}

.rtp-nav-dot A IMG
{
	border: none;
	display:block;
}

.rtp-nav-dots .selected
{
	border:1px solid green;
	background-color:green;
}

.rtp-nav-dots .unselected
{
	border:1px solid red;
	background-color:red;
}


.rtp-slider-wrapper
{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.rtp-slider-container
{
}

.rtp-slider-panel
{
	/* -moz-box-sizing: border-box; */
	margin: 0 auto;
	width: 100%;
	float: left;
	height:auto;
    min-height:600px;
	
}



.rtp-slider-panel IMG
{
	width: 100%;
	height: auto;
	display: block;
}



label
{
	margin-right: 20px;
}

.text-panel
{
	margin: 1px 1px;
	padding: 20px 10px;
	background: yellow;
	border: 10px solid red;
	font-family: verdana;
	font-size: 14px;
}

#toolbar
{
	margin: 10px 0px;
	text-align: center;
}

#toolbar A
{
	font-size: 14px;
	font-family: verdana;
	text-decoration: none;
}

.rtp-progress-bar,
.rtp-progress-bar/*Barra de avance*/
{
	z-index: 150;
	display: block;
	position: absolute;
	background-color:#ee303c;

}

.rtp-slider-vertical .rtp-progress-bar
{
	top: 0px;
	bottom: 0px;
	width: 5px;
	height: auto;
}

.rtp-slider-horizontal .rtp-progress-bar
{
	left: 0px;
	right: 0px;
	width: auto;
	height: 5px;
}

.rtp-slider-vertical .rtp-progress-bar-prepend { left: 0px; }
.rtp-slider-vertical .rtp-progress-bar-append { right: 0px; }
.rtp-slider-horizontal .rtp-progress-bar-prepend { top: 0px; }
.rtp-slider-horizontal .rtp-progress-bar-append { bottom: 0px; }

/*=======*/

@media only screen and ( max-width: 1000px ){
.rtp-slider-panel{min-height: 500px;}
}

@media only screen and ( max-width: 800px ){
.rtp-slider-panel{min-height: 400px;}
}
