body
{
	background-color:#eeeeee;
	font-family: Arial;
	background-image: url("../images/rayado_gris_claro.png");
	background-repeat: repeat;
	width: 800px;	
}

#cuerpo
{
	margin-left: 10%;
	margin-right: 10%;
	background-color:#ffffff;
	border: 1px solid #999999;
	padding:10px;
}

#pie{
	font-size:70%;
}

h1 
{
	font-weight:normal;
	color: #999999;
	text-align:left;
	border-bottom: #999999 1px solid;
}

h2
{
	font-weight:normal;
	color: #999999;
}

hr
{
	height:1px;
	color=#999999;
}

img
{
	border: 1px solid #999999;
}

cite
{
	font-size: 80%;
	margin-left: 10%;
	display:block;
}