#Slider{float:left; width:100%; max-height:500px;}

.rtp-slider
{
	margin: 0 100px;
}

.rtp-slider-viewport
{

	border: 0px; 
}

.rtp-nav-next/*Flecha derecha*/
{
	position: absolute;
	margin-top: -18px;
	z-index: 1000;
	right: 30px;
	top: 50%;
	color:#FF0004;
	background-color:rgba(0, 0, 0, 0.0);
	width:27px; height:51px;
	display:block;
	border-radius:40px;

}

.rtp-nav-prev/*Flecha izquierda*/
{
	position: absolute;
	margin-top: -18px;
	z-index: 1000;
	left: 30px;
	top: 50%;
	width:27px; height:51px;
	display:block;	
	background-color:rgba(0, 0, 0, 0.0);
	border-radius:40px;

}



@media only screen and ( max-width: 768px ){
.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;

}

.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;
    max-height:500px;
	
}

.rtp-slider-panel IMG
{
	width: 100%;
	height: auto;
}



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
{
	z-index: 150;
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,0.00);

}

.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; }

/*=======*/

#Slider_home_contenido{height:500px; background-repeat: no-repeat; background-position: center; background-size: cover;}
#Slider_home_contenido strong{line-height: 60px; color: #ffffff;font-size: 4.5em;}
#Slider_home_contenido span{color: #ffffff; margin-bottom: 20px; font-weight: 500;}
#Slider_home_contenido p{ padding: 25px 25px 10px; text-shadow: 2px 2px 5px #000000;}


@media only screen and ( max-width: 992px ){
#Slider_home_contenido{height: 200px; padding-bottom: 0px;}
#Slider_home_contenido strong{line-height: 30px; font-size: 1.7em;}
.bk-left{background-position: left !important;}
}


#Slider_resena_img img{width: 100%;}
#Slider_resena_info{margin-top: -80px; padding: 20px 30px 30px; background-color:rgba(255,255,255,.90); box-sizing: border-box; width: 100%; float: left;}
#Slider_resena_info strong{color: #fdab01; font-size: 2em; float: right; line-height: 1em; width: 100%;}
#Slider_resena_info span{color: #000000; float: right; width: 100%; margin-bottom: 10px;}
#Slider_resena_info p{float: right; width: 100%;}
#Slider_resena_info a.Btn_01{float: right;}

@media only screen and ( max-width: 768px ){
#Slider_resena_info{margin-top: 0px; }
#Slider_resena_info a.Btn_01{float: left;}
}
