/* Estilos ConspiracionpixeL */

/*@import url("top.css");
@import url("cuerpo.css");
@import url("fuentes.css");
@import url("colores.css");
@import url("bajo.css");*/

body {  
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	text-align: center;
	}
	
#contenedor {
	width: 850px;
	height: auto;
	margin: auto;
	text-align: center;
	}
	
.fuera {
	text-indent:-300%;
	line-height: 10%;
	font-size:8px;
	margin: 0;
	padding: 0;
	}
	
#foto {
	width: 850px;
	height: 600px;
	background: url(/img/conspiracion.png) no-repeat 40% 50%;
	text-align: center;
	margin: 0 auto;
	padding-top: 100px;
	}
