* {margin:0px; padding:0px;}
body {padding:2px; font-family:Tahoma, Arial; background-image:url(images/background01.jpg);text-align:center;
    background-repeat:repeat; background-size:cover;
}
#links {height:400px; width:90%; border: 1px solid red; text-align:center; margin:auto; margin-top:10px;}
#Container1 {
    min-width:620px; 
    max-width:1020px;
    border: 3px solid brown;
    overflow:hidden; 
    position:static; 
    margin:auto; margin-top:10px;  padding:2px 5px; 
    font-family: Tahoma, arial, helvetica, sans-serif; 
    text-decoration:none;
    font-size:12px;
} 
#Tumb{text-align:center; float:left; color:yellow; width:200px; margin-top:10px;clear:none;}
#Tumb img {position:relative;  width:auto;  margin:auto;  border: 1px solid black;float:none;display:block}
#Tumb img:hover{box-shadow:-10px 10px 10px black; position:relative; top:-5px; left:5px; transition-property: box-shadow, top, left; transition-duration:.3s;}
#ppal {width:100%; margin:auto; float:none; margin-top:10px}
#texto1 {width:80%; text-align:center; margin:auto; color:tan; font-size:2em; margin-top:30px; text-shadow:5px 5px 2px black }


#tabs  {font: bold 14px verdana, tahoma, sans-serif;list-style-type:none;background-color:black; }
#tabs ul {text-align:center; cursor:pointer;z-index:2;}
#tabs li {
  text-align:center;
  overflow:hidden;
  display:inline-table;
  text-transform: uppercase; 
  width: 150px; 
  height:30px;
  position: relative;
}
#tabs a {
  display: block;
  width: 140px; 
  line-height: 30px;
  color:grey; 
  background: black; 
  text-decoration: none; 
}
#tabs ul ul a{
  width: 140px; 
  margin-top: 3px;
  border-radius:8px;
 }
#tabs li:hover > a{
  background-color:white;
  border-radius:8px;
}
#tabs ul ul{
  margin-left:20px; 
  position:absolute;
  display:none;
  letter-spacing: 0px; 
}
#tabs ul ul ul {
  top:0px; 
  left:125px;
}
#tabs ul ul ul li{ 
  height:35px;
  margin-left:10px;
  position:relative;
  display:none;
  z-index:1;
}
#tabs ul ul a{ 
  padding-left:10px;
  letter-spacing:0px;
  text-align:left;
}
#tabs li:hover ul{display:block; 
}
#tabs ul ul li:hover li{display:block; }
#testimonials {
width:50%;
margin-left:25%;	
color:#307D7E;	
}


/* #tabs ul, li, a{outline: green solid 1px} */

