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

	background: url(imagen/fondopre2.jpg) no-repeat top center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#contenedor p {
	height: 900px;
	width: 100%;
}
#contenedor #texto {
	float: left;
	height: 353px;
	width: auto;
	padding-top: 220px;
	padding-left: 80px;
}
#contenedor .logo {
	float: left;
	height: 353px;
	width: 588px;
