/* Estilo de WebCV de Romualdo Soler. */
/* *{
	margin: 0px;
	padding: 0px;
}
*/
body{
	/* margin:50px; */
	width: 100%;
	background: url('acctua_2_120.jpg') top no-repeat;
	text-align: center;
}

#cajaheader{
	width: 100%;
	height: 100px;
	position: absolute;
}

header{
	display: table; /* Para aumentar la compatibilidad de Mozilla y Opera. No necesaria para WebKit, actualmente Blink. */
	margin: auto;
	width: 80%;
	height: 100%;
}

#principal{
	text-align: justify;
	width: 100%;
	height: 100%;
	background-color: rgba(120,120,120,0.8);

}

section {
	font-size: 18px;
	margin: 60px;
	width: 60%;
}

aside {
	float: right;
	display: inline-table;
	width: 40%;
	/* background-color:  rgba(255,0,0,0.5); */
}

ul li{
	list-style: none;  /* quita los puntos de los elementos de la lista */
}

footer{
	display: table; 
	margin: auto;
	text-align: center;
	width: 100%;
	background: darkgray;
}