

input[name="slider-select-element"] {
    display: none;
	
}

#slider-arrows {
    margin: auto auto 0 auto;
    width: 100%;
}

#slider-box {
    -moz-animation: autoSlider 15s infinite linear;
    -o-animation: autoSlider 15s infinite linear;
    -webkit-animation: autoSlider 15s infinite linear;
    animation: autoSlider 15s infinite linear;

    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;

    width: 300%;
}

#slider-container {
 
    overflow: hidden;
    text-align: left;
    width: 100%;
}

.element-blue,
.element-green,
.element-red {

    height: 80%;
    width: 100%;
	
}

.element-blue {
    background-image:  url("../images/sl1.jpg") ; 
	background-size:100% ;
	background-repeat: no-repeat;
	
}

.element-green {
	background-image:  url("../images/sl2.jpg") ; 
	background-size:100% ;
	background-repeat: no-repeat;
}

.element-red {
	background-image:  url("../images/sl3.jpg") ; 
	background-size:100%;
	background-repeat: no-repeat;
}

.slider-element {
    float: left;
    width: 33.333%;
}

@-moz-keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

@-webkit-keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

@keyframes autoSlider {
    0% {
        margin-left: 0;
    }

    30% {
        margin-left: 0;
    }

    35% {
        margin-left: -100%;
    }

    65% {
        margin-left: -100%;
    }

    70% {
        margin-left: -200%;
    }

    95% {
        margin-left: -200%;
    }

    100% {
        margin-left: 0;
    }
}

#backTutorial, #backDemos {
	display: inline-block;
	padding: 10px 30px;
	width: auto;
	font: 11px Tahoma, Geneva, sans-serif;
	text-decoration: none;
	color: #ea5349;
	background: #720e07;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	box-shadow: 1px 1px 0 #d84e45;
	-webkit-box-shadow: 1px 1px 0 #d84e45;
	-moz-box-shadow: 1px 1px 0 #d84e45;
}
#backTutorial { float: left; }
#backDemos { float: right; }
#backTutorial:hover, #backDemos:hover{color:#FFFFFF;}


#contenedor {
	width: 100%;
	text-align: center;
	background-size:cover;
	padding: 0  ;
	
}
#contenedor h1 {
	font: italic bold 15px Georgia, "Times New Roman", Times, serif;
	color: #510500;

}
#contenedor ul {
	text-align: center;
	background-color: rgba(255,255,255,0.5);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#contenedor ul li {
	  display: inline-block;
margin-bottom:-5px;
	position: relative;
	/*background: #FFFFFF;*/
	
	text-align:center;
}
#contenedor ul li#buscador {
	float: right;
	position: relative;
}
#contenedor ul li a {/*Listas primer nivel*/
	font:  20px Calibri, Geneva, sans-serif;
	color: #333;
	text-decoration: none;
	display: block;
	float:left;
	padding: 10px 20px 10px ;
	text-align: center;
}
#contenedor ul li a:hover, #contenedor ul li a.active {/*Estado Hover/Activo de los enlaces*/

	background: rgba(129, 190, 247,0.5);
	color: #FFFFFF;
background-size:cover;
}
#contenedor ul li ul {/*Estilos de la lista secundaria*/
	margin: 0px;
	padding: 0px;
	
	height: 0;

	position: absolute;
	left: 0px;
	top: 33px;
	border: 0;
	opacity: 0;
	filter: alpha(opacity=0); /* Internet Explorer*/
	overflow: hidden;
	background: #ffffff;
	z-index: -1;
	border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#contenedor ul li ul.children li a{
	color: #000000 !important;
	padding: 13px 0 13px 20px;
	width: 130px;
	border-bottom: 1px solid #2f2f2f;
	background: url(img/arrow-normal.png) no-repeat 7px center !important;
	font-size: 12px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#contenedor ul li ul li:last-child a{border-bottom:none !important;}
#contenedor ul li ul li a:hover{
	color: #b11e15 !important;
	font-weight: bold;
	padding-left:28px;
	background: url(img/arrow.png) no-repeat 15px center !important;
	
}


#contenedor ul li:hover ul.children{height:auto;opacity:1; z-index:1;}

#contenedor ul#menu:after {

}
#contenedor ul#menu:before{
}
#contenedor ul li ul#menu:before,#contenedor ul li ul#menu:after{visibility:hidden;}

.btn {
  background: #0174DF;
  background-image: -webkit-linear-gradient(top, #0174DF, #81BEF7);
  background-image: -moz-linear-gradient(top, #0174DF, #81BEF7);
  background-image: -ms-linear-gradient(top, #0174DF, #81BEF7);
  background-image: -o-linear-gradient(top, #0174DF, #81BEF7);
  background-image: linear-gradient(to bottom, #0174DF, #81BEF7);

 
  font-family: Georgia;
  color: #ffffff;
  font-size: 22px;
  padding: 5px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #A9BCF5;
  background-image: -webkit-linear-gradient(top, #A9BCF5, #81BEF7);
  background-image: -moz-linear-gradient(top,  #A9BCF5, #81BEF7);
  background-image: -ms-linear-gradient(top,  #A9BCF5, #81BEF7);
  background-image: -o-linear-gradient(top,  #A9BCF5, #81BEF7);
  background-image: linear-gradient(to bottom, #A9BCF5, #81BEF7);
  text-decoration: none;
   color: #ffffff;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}