	 /* Remove the navbar's default margin-bottom and rounded borders */ 
		.navbar {
		  margin-bottom: 0;
		  border-radius: 0;
		}
		
		/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
		.row.content {height: 450px}
		
		/* Set gray background color and 100% height */
		.sidenav {
		  padding-top: 20px;
		  background-color: #f1f1f1;
		  height: 100%;
		}
		
		/* Set black background color, white text and some padding */
		footer {
		  background-color: #555;
		  color: white;
		  padding: 15px;
		}
		
		/* On small screens, set height to 'auto' for sidenav and grid */
		@media screen and (max-width: 767px) {
		  .sidenav {
			height: auto;
			padding: 15px;
		  }
		  .row.content {height:auto;} 
		}
		.titulo {
			color: #58ACFA;
			font-family: 'Risque', cursive;
			text-align:center;
		}
		.titulo2 {
			color: #58ACFA;
			font-family: 'Kavivanar', cursive;
			text-align:left;
		}
		.texto_blanco {
			color:white;
		}
		.margen {
			text-align:center;
			margin:auto;
		}
		.fondo {
		background-color:white;	
		}
		.izquierda {
			text-align:left;
		}
		/* enable absolute positioning */
	.inner-addon { 
		position: relative; 
	}

	/* style icon */
	.inner-addon .glyphicon {
	  position: absolute;
	  padding: 10px;
	  pointer-events: none;
	}

	/* align icon */
	.left-addon .glyphicon  { left:  0px;}
	.right-addon .glyphicon { right: 0px;}

	/* add padding  */
	.left-addon input  { padding-left:  30px; }
	.right-addon input { padding-right: 30px; }

		.centrado{
			text-align:center;
			
		}
		.titulazo {
			font-size:25px;
		}
		.capital {
			text-transform: capitalize;
			text-align:center;
			color:#2E64FE;
			/*font-size: 150%;
			color: #993333; font-weight: bold;*/
		}
		.tamaño {
			height:250px;
			width:350px;
		}
		.titulosVIDEOJUEGOS{
		font-family: 'Lobster', cursive;
		color: #2E9AFE;
		}
		
		.tabla1 {
			text-align:center;
		}
		
		.footer {
	   position: fixed;
	   left: 0;
	   bottom: 0;
	   width: 100%;
	   color: white;
	   text-align: center;
	}

		.sindecoracion:hover{
			text-decoration: none;
		}
		.sindecoracion:link{
			text-decoration: none;
			color:red;
		}
		.derecha{
			
			margin:auto;
			text-align:right;
		}
		
	.card {
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	  max-width: 300px;
	  margin: auto;
	  text-align: center;
	  font-family: arial;
	}


	button {
	  border: none;
	  outline: 0;
	  display: inline-block;
	  padding: 8px;
	  color: white;
	  background-color: #000;
	  text-align: center;
	  cursor: pointer;
	  width: 100%;
	  font-size: 18px;
	}



	button:hover, a:hover {
	  opacity: 0.7;
	}

	.pequeno{
		width:150px;
		height:45px;
	}
	.pequeno1{
		width:100px;
		height:35px;
		
	}