*{
	padding: 0;
	margin: 0;
}
body{
	background-image: url(../img/fondos/fondo01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
body#musica{
	background-image: url(../img/fondos/fondo09.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
body#audiovisual{
	background-image: url(../img/fondos/fondo05.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
body#plastica{
	background-image: url(../img/fondos/fondo06.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
body#contacto{
	background-image: url(../img/fondos/fondo07.png);
	background-repeat: no-repeat;
	background-size: 100vw 100vh;
	background-attachment: fixed;
}
body#gracias{
	background-image: url(../img/fondos/fondo02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
div#vacio{
	width: 100%;
	height: 600px;
	
}
div#contenedor{
	width: 100%;
	height: 1000px;
	background-image: url(../img/fondos/fondo03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	
}


div#body{
	margin: auto;
	width: 90%;
	height: 10000px;
	background-color: rgba(255,255,255,0.5);

	
	
}
div#contenedorC{
	width: 100%;
	height: 1800px;
	background-image: url(../img/fondos/fondo03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	
}


div#bodyC{
	margin: auto;
	width: 90%;
	height: 1800px;
	background-color: rgba(255,255,255,0.5);

	
	
}
nav{
	margin: auto;
	width: 80%;
	height: 1000px;
	font-family: Segoe Print;
	font-size: 0.8em;

}
a{
font-family: Segoe Print;
	font-size: 0.8em;	
}
aside#portada{

	margin: 0px;
	width: 60%;
	height: 300px;
	position: relative;
	float: left;
	display: inline-block;

}
aside#viculos{
	margin: 0px;
	width: 30%;
	height: 300px;
	position: relative;
	float: right;
	display: inline-block;
	

}

div#menu{
	width: 100%;
	height: 150px;
	

}
#vinculo{
	vertical-align: top;
	font-family: arial;
	font-size: 0.8em;
	color: black;
}
a{
	text-decoration: none;
	vertical-align: top;
	color: black;
	font-family: arial;
	font-size: 0.9em;
	
}
form	{
	width: 450px;
	height: 450px;
	margin: auto;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}
h2 {
	color:#fff;
	text-align: center;
	margin:0;
	font-size:30px;
	margin-bottom: 20px;
	font-family: Segoe Print;
}
input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px;
	box-sizing: border-box;
	font-size:17px;
	border:none;

}
textarea{
	min-height: 100px;
	max-height: 100px;
	max-width: 100%;


}
#boton{
	background: #31384A;
	color: #fff;
	padding: 20px;

}
#boton:hover{
	cursor: pointer;
}
@media (max-width: 480px){
	form{
		width: 100%;
	}
}

div#mensaje	{
	width: 650px;
	height: 200px;
	margin: auto;
	margin-top: 30px;
	background: rgba(0,255,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 7px;
}