
*{
	border: 0;
	margin: 0;
	padding: 0;
}
article,figcaption,figure,footer,header,hgroup,nav,section{
	display: block;
/*estilos del sitio*/	
}
.fondo {
	background: rgba(66, 66, 66, 0.4);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	font-family: Arial, Helvetica, Verdana;
	font-size: 1em;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	min-height: 70em;

}
.ventana{
	display: block;
	background: #FFF;
	margin: 5% auto 5% auto;
	width: 50%;
	z-index: 100;

}
.ventana h1, h2{
	color: #550BEA;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 2px #ccc;
}
.ventana h2{
	font-size: 1.2em;
}
.ventana p{
    text-align: center;
}
.cerrar{
	color: red;
	text-align: right;
	font-weight: 1000;
	font-size: 1.1em;
	margin: 0 -11% 0 0;
}
.fondo a{
	color: red;
}









