@charset "utf-8";

.slider_contenedor{
    overflow: hidden;
    position: relative;
    display: block;
    border: none; 
    margin: auto;
    height: auto;
    z-index: 1;
    height:700px;
    overflow: hidden;
    margin-bottom: 3em;
}
.slider_contenedor:hover #btn_izq,
.slider_contenedor:hover #btn_der{ 
    opacity:.65;
}
.slider {
	list-style-type: none;
	margin: 0;
	display: block;
	height:auto;
	padding: 0;
	overflow: hidden;
	width: 100%;
    height: 100%;
	vertical-align: top;
	z-index: 10;
    transition: all .8s;
}
.slider li {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	transition: all .5s;
    height: 100%;
}
.slider li span.slider_img {
	display: block;
	width: 100%;
	position: relative;
	height:100%;
	overflow: hidden;
}
.slider li span img{
	position: absolute;
	display: block;
	max-width: 100%;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.slider li span.slider_titulo{
    display: block;
    font-family: oswald, sans-serif;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    font-size: 3em;
    height: 73px;
    line-height: 73px;
    margin: auto;
    z-index: 2;
    text-shadow: 0 0 50px #FFF;
    opacity: .8;
}
.slider li p.slider_descripcion{
	display: inline-block;
	width: auto;
	max-width: 99%;
	height: auto;
	text-align: left;
	padding: 1%;
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
	text-shadow:#000 0 1px 1px;
	position: absolute;
	background: url(../nanoslider/000-50alpha.png);
	top: 35px;
	z-index: 15;
}
/* CONTROLES */
#btn_izq, #btn_der{
    display: block;
    top: 0;
    position: absolute;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    z-index: 20;
    margin: 10px;
    transition: opacity.3s;
    opacity: 0;
    text-align: center;
    line-height: 44px;
    background: #FFF;
    padding: 0;
    font-size: 1.5em;
    color: #333;
}
#btn_izq {
  float: left;
  left: 0;
}
#btn_der{
  float: right;
  right: 0;
}
#btn_izq:hover, #btn_der:hover{
	cursor: pointer;
    opacity: 1 !important;
}
#btn_izq img{
	margin: auto;
	display: block;
	padding: 5px 2px 0 0;
}
#btn_der:hover{
	cursor: pointer;
}
#btn_der img{
	margin: auto;
	display: block;
	padding: 5px 0 0 2px;
}
#contenedor_puntos{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 20;
}
.punto{
    display: none;
    position: relative;
    width: 30px;
    height: 2px;
    z-index: 20;
    margin: 3px;
    background-color: #DDD;
}
.punto:hover{
	cursor: pointer;
    background-color: rgb(52, 96, 135);
}
.punto_selected{
    background-color:rgb(52, 96, 135);
}
#posicion_actual{
	position: absolute;
	top:-100%;
	display: block;
	float: left;
	z-index: 50;
	color: #F00;
}
.slider_can_full.full {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background:#999;
    background-image: url(../images/layer_background.png);
    background-repeat: repeat;
    background-position: center;
    z-index: 999;
}
.slider_can_full:not(.full){
    cursor:-moz-zoom-in;
    cursor:-webkit-zoom-in;
}
.slider_can_full.full > div {
    max-width: 1000px;
    height: 100% !important;
    max-height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px #000;
    border-radius: 0;
    background: #FFF;
}
.slider_contenedor .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}