@charset "UTF-8";
/* CSS Document */


.slider_background .BackgroundImg
{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.ct_slider {
	z-index: 0;
	position: relative;
	overflow: hidden;
	margin: auto;
	height: 600px;
	margin-bottom: 30px;
}

.PresentacionPrincipal {
    height: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.ContenedorBanner {	
	width: 100%;
	height: 100%;
	float: right;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-position 1s ease-out 0.3s;
	-moz-transition: background-position 1s ease-out 0.3s;
	-o-transition: background-position 1s ease-out 0.3s;
	-ms-transition: background-position 1s ease-out 0.3s;
	transition: background-position 1s ease-out 0.3s;
	z-index: 4;
	
}

.PresentacionPrincipal:hover .boton_izquierda, .PresentacionPrincipal:hover .boton_derecha, .PresentacionPrincipal:hover .contenedor_indicadores {
	opacity: 1;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
}


.BackgroundImg.contenedor_slider_imagenes{
	position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.BackgroundImg .boton_izquierda {
position: fixed;
width: 50px;
height: 50px;
left: 50%;
bottom: 20px;
margin-left: -60px;
z-index:10;
}

.BackgroundImg .boton_derecha
{
position: fixed;
width: 50px;
height: 50px;
left: 50%;
bottom: 20px;
margin-right: 10px;
z-index:10;
}

.BackgroundImg .boton_derecha img, .BackgroundImg .boton_izquierda img {
	height: 100%;
	width:100%;
}

.BackgroundImg .contenedor_indicadores {
/*	width: 100px;
    text-align: center;
    position: absolute;
    padding-top: 10px;
    top: 20px;
    right: 0;
	padding-bottom: 10px;
	z-index: 15;
	box-sizing: border-box;
	-moz-user-select: none;
	-webkit-user-select: none;
	opacity: 0;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	max-width: 1200px;
	margin: auto;*/
	display:none;
}

.indicador_selector_imagen
{
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin: 3px;
	cursor: pointer;
	border: solid 2px #E7FD76;
}

.indicador_selector_activo {
	width: 10px;
	height: 10px;
	position: absolute;
	background-color: #E7FD76;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	display:none;
}

.indicador_activo .indicador_selector_activo {
	display:block;
}

.BackgroundImg .control_imagen_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.control_background_slider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	overflow: hidden;
	z-index:5;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMiIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);*/
	/*background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 15%, rgba(0,0,0,0.2) 60%, rgba(0,0,0,0.2) 71%, rgba(0,0,0,1) 100%);*/ /* FF3.6-15 */
	/*background: -webkit-linear-gradient(-45deg,  rgba(255, 255, 255, 0.7) 0%,rgba(255, 255, 255, 0.7) 15%,rgba(0,0,0,0.2) 60%,rgba(255, 255, 255, 0.2) 71%,rgb(255, 255, 255) 100%);*/ /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(135deg,  rgba(255, 255, 255, 0.7) 0%,rgba(255, 255, 255, 0.7) 15%,rgba(0,0,0,0.2) 60%,rgba(255, 255, 255, 0.2) 71%,rgb(255, 255, 255) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#000000',GradientType=1 );*/ /* IE6-8 fallback on horizontal gradient */
}

.pos_visible {
	left:0px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	z-index: 1;
	opacity: 1;
}

.pos_derecha {
	left: 0;
	opacity: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
}

.pos_izquierda {
	left: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	transition: all 2s ease;
	opacity: 0;
}

.pos_derecha .TextoTituloPresentacion, .pos_derecha .TextoDescripcionPresentacion, .pos_izquierda .TextoTituloPresentacion, .pos_izquierda .TextoDescripcionPresentacion {
	-webkit-transform: translateX(-75px);
	-ms-transform: translateX(-75px);
	transform: translateX(-75px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.3s;
}

.pos_visible .TextoTituloPresentacion, .pos_visible .TextoDescripcionPresentacion {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	transition-delay: 0.3s;
}

.pos_visible .TextoDescripcionPresentacion,.pos_visible .TextoDescripcionPresentacion {
	transition-delay: 0.5s;
}

.salto_derecha {
	left:0%;
	display:none important!;
	z-index:0 important!;
}

.salto_izquierda {
	left:0%;
	display:none important!;
	z-index:0 important!;
}

.ContenedorTextoImagen
{
	/*position: absolute;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    z-index: 10;
    bottom: 10px;
    max-width: 100%;
	background: rgba(28, 48, 75, 0.8);*/
}

.BackgroundImg .TextoTituloPresentacion {
position: relative;
top: 140px;
width: 80%;
margin-left: 10%;
text-align: center;
font-weight: bold;
font-size: 24px;
color: white;
z-index:10;
}

.BackgroundImg .TextoDescripcionPresentacion {
position: relative;
top: 150px;
width: 80%;
margin-left: 10%;
text-align: center;
font-style: italic;
font-size: 20px;
color: white;
z-index:10;
}

.TextoEnlacePresentacion {
	opacity: 1;
	z-index: 2;
	color: transparent;
	position: absolute;
	font-style: Italic;
	line-height: 30px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: transparent;
	opacity: 1;
	-webkit-transition: ease-out 0.5s;
	-moz-transition: ease-out 0.5s;
	-o-transition: ease-out 0.5s;
	-ms-transition: ease-out 0.5s;
	transition: ease-out 0.5s;
	left: 0;
	top: 0;
	cursor: pointer;
}

.TextoEnlacePresentacion a {
	color: transparent; 
	display:block;
	width:100%;
	height:100%;
}

.img-presentacion-banner{
	min-width: 100%;
	min-height: 100%;
	top: 0;
	position: absolute;
	z-index: -1;
	left: 0;
	background-size: cover;
}


@media screen and (max-width: 850px) {

.ct-slider {
}

@media screen and (max-width: 750px) {

.ContenedorTextoImagen {	
	width: 100%;
}

}