button{

    outline: none;
    padding: 10px;
}


#updatehref{
        color: black;
    }

.contenedor1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.select-principales {
    padding: 10px;
    margin-bottom: 20px;
    color: white;
}

.file{
    padding: 20px;
    margin-bottom: 20px;
}

.btnLogin{
    padding: 10px;
    outline: none;
    
}

.boton1{
    border: none;
    outline: none;
    padding: 20px;
}

.botoneliminar{
  background-color: brown;
  color: white;
}


.sinopsis{
    width: 40vw;
    height: 100px;
    font-size: 20px;
    color: rgb(255, 187, 187);
    word-spacing: 4px;
    align-content: center;
    
}
::placeholder{
   
   text-align: center;
   

    
    
    
}    
.titulo{
    width: 40vw;
    height: 30px;
    font-size: 18px;
    color: rgb(255, 187, 187);
    word-spacing: 4px;

}

.actoresydirectores{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.actoresydirectores2{
    padding: 10px;
    margin-bottom: 20px;
    color: white;
    
}
.boton5{
    margin: 5px;
    background-color: black;
    
}

hr{
    margin-top: 10px;
    border: 1px solid rgb(246, 128, 128);
    width: 600px;
}
#footer {

	background:url(../images/footer-tail.gif) repeat-x left top;

	color:#1d1d1d;

	font-size:.89em;

	line-height:1em;

	text-align:center;

	

}

#footer .left {

	background:url(../images/footer-left.gif) no-repeat left top;

}

#footer .right {

	min-height:89px;

	height:auto !important;

	height:80px;

	background:url(../images/footer-right.gif) no-repeat right top;

	text-align:center;

}

#footer .footerlink {

	padding:20px 325px;

}

.footerlink p {

	margin:0;

	padding:0;

	line-height:normal;

	white-space:nowrap;

	text-indent:inherit;

	color:#1d1d1d;

}

.footerlink a {

	color:#1d1d1d;

	font-weight:normal;

	margin:0;

	padding:0;

	border:none;

	text-decoration:underline;

	background-color:transparent;

}

.footerlink a:hover {

	color:#1d1d1d;

	background-color:transparent;

	text-decoration:none;

}

.footerlink .lf {

	float:left;

}

.footerlink .rf {

	float:right;

}