@charset "utf-8";
#contenedor_principal {
	margin: auto;
	height: auto;

}
body {
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

#relativa {
	height: 100%;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	background-size:cover;
	background-attachment: fixed;
	background-position: center;
}

#Logo {
	margin: auto;
	height: 400px;
	width: 600px;
	background-position: center;
	background-image: url(imagenes/Logo-Web.fw.png);
	background-repeat: no-repeat;
}

#Texto{
	margin: auto;
	width : 600px;
	text-align: center;
}p {
	color: #043B8E;
	font-weight: bolder;
	font-size: large;
}
