body{ background-color: #51d1f6;}

img{width:140px; height: 140px; align:left}

h1{color: #485aff; text-align:center; text-underline:1px;}

h6{color: #485aff; text-align:center;}

h2{color:#ffffff}

footer{color:white; text-align:center; background:#2E9AFE;}

ul{list-style-type:none; margin:0; padding:0; display:flex; flex-direction:row;}

li{flex-grow:1;}

tbody
{
 border: blue 5px solid;
 margin:auto; 
 
}

table
{
	width:50%;
	border-collapse:separate;
	text-align:center;
	margin:auto;
	border:5px;
	border-spacing:5px;
}

td
{
 
 border: 10px solid #blue;
 padding: 8px;
 background: #ffffff;
 text-align:center;
 cellspacing:5px;
 margin:auto;
}

th
{
	text-align:left;
	color:blue;
	padding-left:10px;
	padding-top: 10px;
	border-bottom:10px;
	border:solid;
	border-spacing:10px;
}


#contenedor
{
	margin:auto;
	width:1020px;
	height:780px;
	border:5px;
	background:white
	
}

p.vertical
{
	background:#ffffff;
	text-align:justify;
	color:black;
	border-top-width:5px;
	padding:5px;
	width:140px;
	height: 140px;
	border-top: 1px;
	border-bottom:1px;
	
}

img.middle {vertical-align:middle;}