*{
	padding:0px;
	margin:0px;
	}
body{

	padding:0px;
	margin:0px;
}

.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.animate1
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}
.action-button
{
	position: relative;
	padding: 10px 20px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 7px;
	font-family: 'Pacifico', cursive;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.action-button1
{
	position: relative;
	padding: 10px 20px;
  margin: 0px 10px 10px 0px;
  float: left;
	border-radius: 7px;
	font-family: 'Pacifico', cursive;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.action-button:active
{
	transform: translate(0px,5px);
  -webkit-transform: translate(0px,5px);
	border-bottom: 1px solid;
}


 #div-border {
border-left: 1px solid #ccc;
width:1px;
height:500px;
}

.nav-inferior  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.nav-inferior li {
    float: left;
	list-style:none;
	padding-left: 1%;
}

.nav-inferior li a {
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
.nav-inferior li a:hover {
    background-color: #ddd;
}
.cbx {
  position: relative;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: middle;
  transition: background 0.1s ease;
  cursor: pointer;
}
.cbx:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.lbl {
  margin-left: 5px;
  vertical-align: middle;
  cursor: pointer;
	word-wrap: break-word;
}
.hidden-xs:checked ~ .cbx {
  border-color: transparent;
  background: #03477F;
  animation: jelly 0.6s ease;
}
.hidden-xs:checked ~ .cbx:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.cntr {
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: left;
}
@-moz-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@-o-keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}

		.contenedor-notificacion {
				position: fixed;
				margin-top: -1px;
				font-size: 10px;
				top:0;
				left:0;
				bottom:0;
				right:0;
				z-index: 10000;
				background-color: rgba(0,0,0,0.8);
		}
		.notificacion {
				background: #583772;
				color: #ffffff;
				font-weight: bold;
				position:  fixed;
				font-size: 10px;
				right: 25%;
    		top: 30%;
				padding:20px 12px;
				z-index: 10000;
				height: auto;
				width: 50%;
				border-radius: 5px;

		}

		.pospuestas {
				position: fixed;
				font-size: 10px;
				bottom:10px;
				right: 10px;
				z-index: 10000;
				margin: 0px 0px;
				padding: 0px 0px;
				box-shadow: 0px 0px 8px #666;
				border-radius: 50%;
		}

		.sidenav {
			height: 0;
			width: 100%;
			position: fixed;
			z-index: 1;
			bottom: 0;
			left: 0;
			background-color: #fff;
			overflow-y: hidden;
			transition: 0.5s;
			padding-top: 0px;
			z-index: 10001;
			box-shadow: -2px 0px 8px #666;
			opacity: 0.98;
		}

		.sidenav a {
			text-decoration: none;
			margin-right: 0px;
			margin-top: 10px;
			color: #eee;
			display: block;
			transition: 0.3s;

		}

		.sidenav p {
			padding: 8px 2px 8px 4px;
			text-decoration: none;
			font-size: 40px;
			font-weight: bold;
			color: #444;
			display: block;
			transition: 0.3s;
		}

		.sidenav a:hover {
			color: #444;
		}

		.sidenav .closebtn {
			position: absolute;
			top: 0;
			right: 25px;
			font-size: 36px;
			margin-left: 50px;
		}

		@media screen and (max-height: 450px) {
		.sidenav {padding-top: 15px;}
		.sidenav a {font-size: 18px;}

		}
