body { 
	background-image: url(banner.png);
	background-size: 100vw 100vh;
	/*background-attachment: fixed;*/
	margin: 0;
	font-family: monospace;
}

.logo{ 
	background-image: url(20130907-061152-anim50.gif);
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
    background-position: center; 
	margin: 0;
	width: 450px;
	height: 100px;
}

.EspacioPiePagina
{ 
	height: 50px;
}
.PiePagina{ 
    background-position: center; 
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
}



form {
	width: 450px;
	margin: auto;
	background: rgba(0,0,0,0.4);
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 30px;
	border-radius: 7px;

}


h1{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 25px;
	margin-bottom: 20px;
}
h2{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 40px;
	margin-bottom: 20px;
}
h3{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 20px;
	margin-bottom: 20px;
}
h4{
	color: #fff;
	text-align: center;
	margin: 0;
	font-size: 18px;
	margin-bottom: 20px;
}

.cssCorreo{
	background-color: transparent;
    border: 1px solid;
	border-color:white;
    height: 30px;
    width: 300px;
    color: #CCC;
	font-size: 18px;

}
.cssMensaje{
	background-color: transparent;
    border: 1px solid;
	border-color:white;
    height: 100px;
    width: 300px;
    color: #CCC;
	font-size: 18px;

}
.cssDescTexto{
    color: #CCC;
	font-size: 18px;
}

.btnbotonEnviar{
	color: black;
	height: 40px;
	width: 250px;
	font-size: 20px;
}

.btnbotonEnviar:hover{
	cursor: pointer;
}

@media(max-width:480px){
	form{
		width:100%;
	}
}


