body {
   font-family: Arial;
   background-color: #7C787C;
  }


#cabecera{
	background-color: #4E0649;
	font-family: sans-serif;
	height: 6%;
	text-align: center;

}
#cabecera h1{
	font-family: Verdana;
	color:#F8F3F3;
	font-style: oblique;
}

#cuerpo{
	margin-top: 1%;
	height: 80%;

}
#columna1{
	float:left;
	width: 20%;
	background-color: #4E0649;
	height: 116%;
	text-align: center;
	opacity: 0.8;
}

.menu{
	font-family: serif;
	font-size: 30px;
	border:hidden;
	table-layout: fixed;
	text-align: center;
}
.menu td:hover{
	background-color: #49022D;
}
.menu a:link{
	text-decoration: none;
	color:#000000;
}
.menu a:visited{
	text-decoration: none;
	color:#000000;
}

#contenido .foto{
	opacity: 0.5;
	padding-center: 20%;
	width: 35%;
	height: 108%;
}

.parrafo{
	text-align: center;
	
}