#caja header h1{
	color: yellow;
}

#caja .cabecera h1{
	color: red;	
}

h1{
	color: blue;
}

h1{
	color: #819FF7;
}


.cabecera p{
	text-align: justify;
}

p{ 
	font-size: 14pt;
	text-align: center;

 }

ul {
	list-style-type:none;
	margin:0;
	padding:0;
	display:flex;
	flex-direction: row;
}

li { flex-grow: 1; }

a {
	display:block;
	padding:1em;
	background-color:LightBlue ;
	text-align:center;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 3px 3px 10px  #000000;
	margin-bottom:0.2em;
	text-decoration:none;
	color:white;
}

a:hover {background-color:LightPink; }

.img{
	margin:0;
	padding:0;
	width: 50%;
	height: 50%;
}



