@charset "utf-8";
#Contenedor {
	background-color: rgba(0, 0, 0, 0); /*vuelve transparente el div sin el contenido*/
	height: 700px;
	margin-top: 2px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
object {
	margin-left: 10%;
}


header {
	float: none;
	text-align: center;
	/*background-color:#CFECEF;*/
	background-color: rgba(200, 200, 200, 1);
	border: 2px solid #00F;
	width: 70%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
	-moz-border-radius-topleft: 40px;
	-webkit-border-top-left-radius: 40px;
	 border-top-left-radius: 40px;
	-moz-border-radius-bottomright: 40px;
	-webkit-border-bottom-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

section {
	background-color: rgba(0, 0, 0, 0);
	float: left;
	width: 40%;
	margin-left: 10%;
	}
article {

	background-color: rgba(0, 0, 0, 0);
	width: 50%;
	float: left;
}
footer {
	clear: both;
	background-color: rgba(200, 200, 2000, 0);
	height: 200px;
	width: 80%;
	margin-left: 10%;
}
body {
	background: url(bge01.jpg) no-repeat;
	/* expandir una imagen de fondo    */
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	/*********************************/
}

h1{
	font-size: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
