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

body{
	background-image: url("../images/fondo.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
}
.top{
	background-image: url("../images/linea.gif");
	background-repeat: repeat;
	background-size: cover;
	height: 5px;
	
}
h2{
	font-size: 50px;
	background: -webkit-linear-gradient(to bottom right, #3ca0da, #f4b23b, #40a535);
  background: linear-gradient(to bottom right, #3ca0da, #f4b23b, #40a535);
  -webkit-background-clip: text;  
  -webkit-text-fill-color: transparent;  
}
h4{
color:#3ca0da;
	
}