@charset "utf-8";
/* CSS Document */

*
{
	font-family: ‘Rokkitt’, serif;
	
}

header
{
width: 900px;
height:auto;
margin:0 auto;	
border-bottom:thick solid #666;
margin-bottom: 25px;
background: rgba(212,228,239,1);
}

nav, footer
{
	text-align:center;
	padding:20px;
	
}

footer
{
	position:absolute;
	bottom:0px;
	margin:0 auto;
	width:100%;
}

section
{
width: 700px;
height:auto;
margin:0 auto;

}

.prueba
{color:#FFF}

h1
{
	color:#666;
	font-style:oblique;
	margin:10px;
	text-align:center;
}

h1.encabezado2
{
	color:#00F;
	font-style:italic;
	margin:10px;
	text-align:center;
	}


p
{
	color:#000;
	font-style:normal;
	margin:10px;
	}

article
{background-color:#CCC;
border-radius: 10px 10px 10px 10px;
margin-top: 15px;
padding:15px;
	}
