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

*{
	font-family: font-family: 'Belleza', sans-serif;
	
	}

body{
  background-color: rgba(172,172,163,0.60);
   }

#opacidad img{
filter: alpha(opacity=100);
opacity: 1;
max-width: 100%;
    height: auto;
}
#opacidad img:hover {
filter: alpha(opacity=50);
opacity: 0.5;
max-width: 100%;
    height: auto;
}

footer {
	text-align: center;
	background-color: rgba(172,172,163,0.60);
	opacity: 0.5;
	color: #0A0A8E;
	position: static;
	bottom: 0px;
	width: 100%;
	height: inherit;
	vertical-align: middle;
		}

	
.linea {
	background-color: rgba(51,51,51,0.8);
		}

/*botón up*/
.boton-subir{
	display: none;
	background: rgba(172,172,163,0.80);
	border: rgba(172,172,163,1);
	border-radius: 5px;
	position: fixed;
	right: 15px;
	bottom: 2px;
	z-index: 999999999;
}
/*evento hover*/
.boton-subir:hover{
  box-shadow:   0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}
/*estilos para el tag i*/
.boton-subir i{
	color: #fff;
	font-size: 1.5em;
	padding: 10px 10px 10px 7px;
  }
