@font-face {
  font-family: fuente;
  src: url(fonts/TCCC-UnityCondensed-Medium.ttf);
}

body { margin: 0; background-color:#feb703; font-family:'fuente'; height: 100%;}

.pushmenu { /*this is the nav*/
  background: #d00b8f;
  text-align: center;
  width: 300px;
  height: 100%;
  top: 0;
  z-index: 1000;
  position: fixed;
}

.menuizquierda {
	font-family:'fuente'; 
	font-size: 1.5em;
}

.canjeapremios {
	font-family:'fuente'; 
	font-size: 1.5em;
	color: white:
}

.btn:focus, .btn:active, .btn:active:focus, .btn-info,.btn-info:hover, .btn-info:active, .btn-info:visited {
    background-color: #d00b8f !important;
	font-family:'fuente'; 
	font-size: 2.5em;
	color: white;
	info
}

.titulomenuizquierda {
	font-family:'fuente';
	color: white;
}

.pushmenu h3 {
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  padding: 15px 25px;
  margin: 0;
  background: #333;
  height: 16px;
}

.links {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 25%;
  width: 50%;
}

.links li { margin-top: 30px; }

.links li a {
  position: relative;
  display: block; /* drops the nav vertically*/
  color: #f1f1f1;
  font-size: 1.3em;
  font-weight: 400;
  text-decoration: none;
  padding: 14px;
}

.links li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  bottom: -5px;
  width: 0;
  height: 4px;
  background-color: #f1f1f1;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.links li a:hover:after { width: 70%; }

.links li a:active { color: #dbdbdb; }

.pushmenu-left { left: -300px; }

.pushmenu-left.pushmenu-open { left: 0; }

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu-push-toright { left: 300px; }

/*Transition*/

.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 600px) {
	.textobasesycond {
		font-size: 1.1em; 
		color: black; 
		font-family:'fuente'
	}

	.titulobasesycond {
		font-size: 3em; 
		color: #d93173; 
		font-family:'fuente'
	}

	/*.logochico {
		position: relative;
	}*/

	.logochico img {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}

@media screen and (min-width: 601px) {
	.textobasesycond {
		font-size: 2em; 
		color: black; 
		font-family:'fuente'
	}

	.titulobasesycond {
		font-size: 5em; 
		color: #d93173; 
		font-family:'fuente'
	}

	/*.logochico {
		position: relative;
	}*/

	.logochico img {
		position: absolute;
		top: 0px;
		right: 0px;
	}
}

.fondopagina {
	background-image: url("images/fondopoch.jpg");
    background-repeat: repeat;
}

#nav_list {
  background: url(icon_nav.png) no-repeat left top;
  cursor: pointer;
  height: 27px;
  width: 33px;
  text-indent: -99999em;
}

nav-list.active { background-position: -331px top; }

.buttonset {
  background: #feb703;
  height: 16px;
  padding: 10px 20px 20px;
}

section.content {
  padding: 10px 20px;
}
