body{
    margin: 0;
    background-color:;
    background-image:url(../images/transylvania.png);
    background-attachment: fixed;
    background-repeat:repeat;
    background-position: center;}

.cajainvisible{background-color:;
               width: 100%;
               height: 50px;
}

header{
    background-color: rgba(0, 0, 0, 0.29);
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
}

header nav {
    background-color:;
    
}

header nav ul{
    background-color:;
    padding: 0;
    list-style: none;
    width: 1000px;
    height: 30px;
    margin: auto;
}

header nav ul li{
    background-color:;
    height: 100%;
    float: left;
    text-align: center;
    
    
}

header nav ul li a{
    display: block;
    text-decoration: none;
    color: white;
    line-height: 30px;
    background-color: black;
    border-radius: 0 0 10px 10px;
    width: 200px;
    font-family: 'Indie Flower', cursive;
    transition: all 0.4s;
}

header nav ul li a:hover{
    background-color:darkgoldenrod;
    padding-top: 20px;
    box-shadow: 0 10px 50px black;
}

header #logo{
    display: block;
    margin:15px auto;
    }


section{
    width: 1100px;
    height: 600px;
    margin: 100px auto;
    background-color:;
}

/*section inicio*/

#inicio{ background-color:;    
    height: 800px;}


#inicio p{
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    
    
}   

#inicio h2{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: center;}
 


         

#inicio video{ background-color: crimson;
               width: 90%;
               height: 250;
               margin-top: 40px;
               margin-left: 40px;}


#inicio article{background-color: ;
                width: 350px;
                height: 200px;
                float: left;
                margin-top: 10px;}


#inicio #caja_izquierda{background-color:rgba(63, 119, 173, 0.49);}



#caja_izquierda p{
	margin: 10px;
	text-align-last: inherit;}

#caja_izquierda img{ margin-left: 10px;
float: left;
margin-right:10px;}

#caja_izquierda h2{background-color:rgba(255, 255, 255, 0.49);
	margin: 10px;
	text-align-last: center;
    }
                       


#inicio #caja_central{background-color: rgba(63, 119, 173, 0.49);
                     
                      margin-left: 25px;
                      margin-right: 25px;}

#caja_central h2{background-color:rgba(255, 255, 255, 0.58);
    }

#inicio #caja_derecha{background-color:rgba(63, 103, 142, 0.49);
}

#caja_derecha h2{background-color: rgba(255, 255, 255, 0.49);

}

iframe{ width: 320px;
        height: 150px; 
        margin: 10px}




#sinopsis{background-color:;
 background-image:url(../images/sinopsis.png);}

# sinopsis article{ background-color: forestgreen;
width: 400px;
float: right;
margin: 20px;}

#sinopsis article h2{
	text-align-last:justify;
	color:white;
	margin:auto;
	
}

#sinopsis article p{ 
	text-align-last:left;
    color: white;     
    width: 300px;
    margin: 30px;}


#director{
    width: 70%;
    height: auto;
    padding: 50px 0;
    background-image: url(../images/pantano2.png);
    background-attachment:fixed;
    background-size:cover;
    box-shadow: 0px 0px 50px black; }


#director article{
    color:white;
    background-color:rgba(0, 0, 0, 0.22);
    width: 70%;
    margin: auto;
    padding: 100px;
    border-radius: 50px;
}


#director article p{
    text-align:justify;
    column-count: 3;
    column-gap: 60px;}


#galeria{
    width: 1100px;
    height: 680px;
}

#galeria h2{
    text-align: center;
    color:white;
}

#galeria figure{
    border-radius: 10px;
    background-color: ;
    width: 280px;
    height: 250px;
    float: left;
    overflow: hidden;
    transition: all 0.4s;}

#galeria figure:hover{
    transform: scale(1.2);
     border-radius: 30px;
    
}


#galeria figure figcaption{
    background-color: rgba(0, 0, 0, 0);
    color: white;
    height: 100%;
    text-align: center;
    font-size: 50px;
    padding-top: 400px;
    transition: all 0.4s;
   
    
}



#galeria figure figcaption:hover{
    background-color: rgba(0, 0, 0, 0.41);
    padding-top: 50px;
    
    
}


#galeria #per1{
    background-image: url(../images/nena.png);
     
    
}

#galeria #per2{
    background-image: url(../images/dracula2.png);
    }


#galeria #per3{
    background-image: url(../images/dennis.png);
     }




#galeria #per4{
    background-image: url(../images/jona.png);

     }


#galeria #per5{
    background-image: url(../images/padre.png);
     }

#galeria #per6{
    background-image: url(../images/momia.png);
    
     }


#descargas{
     width:1250px;
    height: 650px;
   ;
    text-align: center;
    }
#descargas ul{
    float: left;
    text-align: center;
    
}
#foto{
    margin: 0px 0px;
    
}

#descargas ul h3{
    color : aliceblue;
}
#descargas ul li{
    background-color: rgba(13, 3, 3, 0.56);
    text-align: center;
    margin: 10px;
    
    list-style: none;
    border-radius: 30px;
    padding: 10px;
}
#descargas ul li a{
    text-decoration: none;
    color: white;
    
    
   
}

footer{
    color: white; 
    background-color: black;
    height: 70px;
    font-family: 'Oranienbaum', serif ;
    text-align: center;
}

aside {
 background-color:
 width:60px; 
position: fixed;
 right:-40px;
 top:40%;

}


aside a{
    display: block;
    transition: all 0.4s;
        
}



aside a:hover{
    transform:translateX(-40px);
    
}