body{
    background-image:url(../picture/fondo.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment: fixed;
    margin:0;
    background-position: right;
    
}

nav{
    background-color:black;
    
}

nav ul {
    background-color:darkgreen;
    margin:0;
    padding: 0;
    width:730px;
    height: 60px;
    margin:auto;
    list-style: none;
    
    
}

nav ul li{
    background-color:orange;
    width: 100px;
    height: 90%;
    float:left;
    margin:0 10px;
    text-align: center;
    
}
nav ul li a{
    line-height: 50px;

}
nav ul li a:hover{ 
}
nav li img{
    width:50%;
     
}
header{
  
    text-align: center;
}

header img{ 
  width: 50%;
}
section{;

margin: 50px auto;

}
#inicio{
    width: 960px;
    height: 600px;
    background-color: darkorange;
}
    
#inicio video{
    background-color:black;
    width: 100%;
    height: 300px;
    margin:auto;
    display: block;
    
   }

#caja{
    padding: 0 20px;
    box-sizing: border-box;
    width: 300px;
    height: 80px;
    float: left;

}
#caja img{ 
  width: 40%;
    float: right;
    
}

#caja h2{}

#caja p{
    text-align: justify;
}
#caja_centro{
    padding-left: 320px;
    width: 300px;
    height: 80px;
}

#caja_centro src {
    
}

#caja_centro h2{}

#caja_centro p{ 
text-align: justify;
}

#caja_derecha{
    padding-left: 650px;
    width: 300px;
    height: 80px;
    
}
#caja_derecha iframe { 
    width: 100%;
    height: 200%;
  
 
}
#sinopsis{
    width: 960px;
    height: 600px;
    margin: auto;
    background-image: url(../picture/photho.jpg);
    background-size: cover;
}
#sinopsis h2{
   
    margin: 0 20px;
    
}
#sinopsis p{
    color: black;
    width: 500px;
    font-size: 16px;
    margin-left: 400px;


}

#sinopsis2{ 
   
    height: 630px;
    background-image: url(../picture/dragonball2.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
     
}
#sinopsis2 h2{
    text-align: center;
  
  
}
#sinopsis2 p{
    
    font-size: 15px;
    width: 960px;
    height: 600px;
    column-count: 3;
    font-weight: 100px;
    column-rule: solid 5px orange;
    margin: auto;
      
}
#galeria{
    width: 960px;
    height: 640px;
    margin:auto;
    background-color: darkgreen;
}
#galeria figure{
    width: 300px;
    height: 300px;
    background-size: cover;
    float: left;
    margin: 10px;
    overflow: hidden;
}
#galeria figure h3{
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 350px;
    transition: all 0.4s;
   
}
#galeria figure h3:hover{
    padding-top: 150px;
    color:yellow;
    font-size: 25px;
}
#uno{
    background-image: url(../picture/gohan.jpg);
}
#dos{ background-image: url(../picture/krillin.jpg);
}
#tres{ background-image: url(../picture/goku.jpg);
}
#cuatro{ background-image: url(../picture/vegeta.png);
}
#cinco {background-image: url(../picture/picoro.jpg);
}
#seis{ background-image: url(../picture/cell.jpg);
}
#lista{
    width: 960px;
    height: 230px;
    margin: auto;
    background-size: cover;
    background-image: url(../img/descarga1.jpg)
}
#lista ul{
    list-style: none;
    width: 300px;
    height: auto;
    margin: 10px 10px;
    float: left;
    padding: 0;
}
#lista ul li{
    width: 300px;
    text-align: center;
    font-size: 20px;
    margin: auto;
    margin-top: 25px;
    color: black;
    text-decoration: none;
}
#du{
    background-image: url(../img/descarga2.jpg);
    width: 5px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}
#dd{
    background-image: url(../img/descarga2.jpg);
    width: 5px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}
#dt{
    background-image: url(../img/descarga2.jpg);
    width: 5px;
    height: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    display: block;
}
footer{
    background-color: black;
    color: white;
    margin: auto;
    width: 960px;
}

.copyright {
    text-align:  center;
    padding: 1em;
    animation-name: footerText;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes footerText {
    
    0%   {
        text-shadow; none;
    }
    
    100% {
        text-shadow: #5c9022 1px 1px 0px;
    }
}
