@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	background-color:#FFF;
	/*todos los atributos que afectan las características generales de la página*/
}

#contenedor-titulo {
	width:300px;
	height:40px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	font-family: 'Stardos Stencil', cursive; 
	font-size:25px;
	color:#FFF;
}

#contenedor-explicacion {
	width:300px;
	height:100px;
	font-family: 'Stardos Stencil', cursive;
	font-size:15px;
	color: #FFF;
	text-align:justify;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
	
	
	
	

