@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Prompt');
.container_all {
	background-color: #F5F5F5;
    margin: auto;
    font-family: "Prompt","sans-serif";
    width: 734px;
    height: auto;
}
.sub-container{
	background-color:#FFF;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.h1{
	font-family: 'Prompt', sans-serif;
	font-weight:lighter;
	color: #176cb1;
	font-size: 24px;
	text-align: center;
	background-image:url(../image/fondo-titulos.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 108px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 20px;
}
.h2{background-color: #026cb6;
	color: #FFF;
	font-family: 'Prompt', sans-serif;
	font-weight:lighter;
	font-size: 20px;
	padding: 10px;
	width: 400px;
    text-align: center;
}
.p{
	font-size:16px;
	color:#666;
    padding-left: 20px;
    padding-right: 20px;
}
.ul{
	font-size:16px;
	color:#666;
	padding-left: 50px;
}
.texto-azul{color:#176cb1;}
.timeline {
  height: 400px;
  max-width: 734px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.timeline > div {
  height: 400px;
  width: 4815px;
  background: url(../image/timeline.jpg);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.timeline .mover-1 {
  animation: moveSlideshow 60s linear infinite;
}


@keyframes moveSlideshow {
  100% { 
    transform: translateX(-66.6666%);  
  }
}