@charset "utf-8";
/* CSS Document */

html, body {
  margin: 0;
  width: 100%;
  height: 100%;
/*  font-family: 'Roboto';*/
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  background: #000;
}
h2 { color:#cccccc;}

ul { list-style: none; }

.prev-page, .next-page {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 26px;
  position: absolute;
  right: 2px;
  z-index: 9999;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.prev-page { top: 0; }

.next-page { bottom: 0; }

.prev-page:active { 
/*background: rgba(155,155,155,.5); */
}

.next-page:active { 
/*background: rgba(155,155,155,.5);*/ 
}

.pagination {
  width: 30px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin-top: -150px;
}

.pagination a {
  width: 25px;
  height: 25px;
  display: block;
  line-height: 28px;
  text-align: center;
  padding-left: 3px;
}

.pagination a:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
/*  background: rgba(0,0,0,.5);*/
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  -ms-transition: background .3s ease;
  -o-transition: background .3s ease;
  transition: background .3s ease;
}

.pagination a.active:after { 
/*background: rgba(255,255,255,.5); */
}

.item h2 {
  margin: 0;
  padding: 20px 0;
}

.play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 100px;
  background-color: rgb(178, 79, 65);
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.play:hover { background-color: rgb(189, 80, 66); }

.play:active { background-color: rgb(141, 60, 50); }

.goto {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 100px;
  background-color: rgb(47, 95, 178);
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}

.goto:hover { background-color: rgb(57, 123, 219); }

.goto:active { background-color: rgb(31, 79, 134); }

.item1 {
	background-color: #ffffff;
	background-image: url(../imagenes/fondo1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.item2 { background-color: #e1c32e; 
	background-image: url(../imagenes/fondo2.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	}
.item3 { background-color: #4f8940;
	background-image: url(../imagenes/fondo3.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
 }
 
.item4 { background-color: #5464a5; 
	background-image: url(../imagenes/fondo4.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
.item5 { background-color: #CCCC99; }
.item6 { background-color: #CCCC66; }
.item1 .step1 {
  position: absolute;
  top: 100px;
  left: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(178, 116, 57);
  border-radius: 50%;
}

.item1 .step2 {
  position: absolute;
  bottom: 100px;
  right: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(116, 178, 9);
}

.item2 .step1 {
  position: absolute;
  top: 100px;
  right: 5%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(82, 110, 178);
  border-radius: 50%;
}

.item2 .step3 {
  position: absolute;
  bottom: 60px;
  left: 19%;
  text-align: center;
  width: 150px;
  height: 150px;
  background-color: rgb(178, 79, 54);
}

.item2 .step2 {
  position: absolute;
  top: 100px;
  left: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(116, 178, 9);
}

.item3 .step1 {
  position: absolute;
  top: 100px;
  left: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(178, 79, 65);
  border-radius: 50%;
}

.item3 .step2 {
  position: absolute;
  bottom: 100px;
  right: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(52, 178, 89);
}

.item4 .container { padding-bottom: 20px; }

.item4 ul {
  margin: 0;
  padding: 0;
  width: 90%;
  margin-left: 5%;
}

.item4 ul li {
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  background: rgba(255,255,255,.5);
}

.item5 .step2 {
  position: absolute;
  top: 100px;
  left: 19%;
  text-align: center;
  width: 150px;
  height: 100px;
  background-color:#ff0000;
}
.item5 .step1 {
  position: absolute;
  bottom: 100px;
  left: 19%;
  text-align: center;
  width: 100px;
  height: 100px;
  background-color: rgb(178, 72, 91);
}
.item5 .step3 {
  position: absolute;
  bottom: 100px;
  left: 60%;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgb(93, 163, 178);
}
body #wrapper #main div table tr td {
	height:39px;
}
