
div{ 
padding-left: 00px;
margin-top: 10px;
margin-bottom: 10px;
}

h7{
  font-weight: bold
}

table{

text-align: left;
border: 3px black solid;
border-collapse: collapse;
margin-left: 10%;
background: white;

}

td{
  border: 1px black solid;
  font-weight: normal;
  padding: 2px 5px 2px 5px;
}



 ul{
   list-style-type: none;
   margin: 0px;
   padding-left: 0px;
   text-align: left;
}

 li{
   display: inline;
   text-align: center;
   margin: 0 10px 0 0;
}

li a {
   padding: 2px 7px 2px 7px;
   color: #666;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
}

 li a:hover{
   background-color: #333333;
   color: #ffffff;
}

body {
  background-color: #CCD789 ;
  color: black;
  font-family: Calibri;
  line-height: 20px;
  
  }
  
  #video {
  text-align:center;
  }
  
   #imagen {
  text-align:center;
  }
  
  #textoPantalla{
    background-color:white;
    border: 1px black solid;
    width: 85%;
    height:20px;
  }
  
footer{
  margin-top:10px;
  padding: 2px 7px 2px 7px;
   color: black;
   background-color: #eeeeee;
   border: 1px solid #ccc;
   text-decoration: none;
    text-align: center;
    clear: both;
}                                                    