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

*{
	font-family: 'Comfortaa', cursive;
	
	}

body{
  background-color: #ffffff;
   }

#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: #ffffff;
	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);
		}