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



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

body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-position:top;
	background-repeat: no-repeat;
	background-size:cover;
}


#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: #dae0e5;
	opacity: 0.5;
	color: #000000;
	position: static;
	bottom: 0px;
	width: 100%;
	height: inherit;
	vertical-align: middle;
		}

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