*{margin: 0; padding:0;}

body{background: #81DAF5; font-size: 10px; font-family: Arial; padding: 44px; 
	 text-align: center; color: white;}

h1{font-size: 35px; text-shadow: 1.5px 1px 1px rgba(0,0,0,0.5);}
h2{font-size: 12px; padding: 30px;}

nav ul{list-style-type:none; display: flex; flex-direction:row;}
nav ul li{flex-grow: 1;}
nav ul li a{display:block; padding: 8px; background: #ccc; margin-bottom:100px; 
	        text-decoration:none;}    

tr, td{border-left-width: 60px; text-align: center;}        

nav ul li a:hover{background-color: #FFA500; margin-bottom: 30px;}

h6{font-size: 12px; margin-bottom: 15px;}

h3{font-size: 12px; margin-top: -85px; margin-bottom: 15px;}

img{border-radius: 5px;}

#imgMostrar {
	position:absolute; right:20px;
width: 420px;
height: 235px;
}

#video1 {	
width: 420px;
height: 235px;
}

button{border-radius: 10px;
       position: relative;
       border: 20px;}
        }