@charset "utf-8";
/* CSS Document */
body{
	background-color: azure;

}
header{
	background-color:rgba(37,44,87,1.00) ;
	height:200 px;
	

	
}

header img{
	width: 100%;
}


section{
	background-color:rgb(0, 153, 201);
	font-family: "Montserrat", sans-serif;
	color: rgb(255, 255, 255);
	margin: 10px;
	padding: 10px;
	

}
ul{
  margin-top: 600px;
   }

li{
    display:inline;
    text-decoration: none;
    list-style-type: none;
        }
ul li #test a:link{
	background-image: url("imagenes/test.png");
    margin-left: 50px;
    padding-left: 60px;
    padding-right: 75px;
    padding-top: 60px;
    padding-bottom: 73px;
    background-repeat: no-repeat;
    background-size: 50%;
}

ul li #test a:hover{
	 background-image: url("imagenes/test_nv.png");
    filter: drop-shadow(8px 8px 10px gray);
}

title{
	font-family: "Montserrat", sans-serif;
	font-size: 4.5em;
	color: white;
}

section img{
	width: 100%;
}
p{
	font-family: "Montserrat", sans-serif;
	color: rgba(37,44,87,1.00);
	font-size: 1.5em;
}
 img{
	padding-right: 10px;
	}