.modal-lg {
    max-width: 85%!important;
  }
.modal-content{
    background-image: url('../img/fondo/001.jpg')!important;
}
#video, #canvas, #fondoc {
    display: block;
    margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -250px;
}
.btn-cerrar {
    color: #fff;
    background-color: #dc092a;
    border-color: #6c757d;
}
.padding{
    padding-top: 30px;
}
body {
    background-image: url('../img/fondo/001.jpg');
    font-family: 'Pacifico', cursive, sans-serif;
    color: white;
    display: block;
}

h1 {
    font-size: 70px;
    margin: -10px;
}

video {
    border: 5px solid white;
}

button {
	padding: 10px 10px;
    margin: 0px 10px 10px 0px;
    border-radius: 5px;
    font-size: 25px;
    background-color: #ff99cc;
    border-bottom: 5px solid #ff66b3;    
	color: white;
	text-decoration: none;	    
}

button:active {
	transform: translate(0px,5px);
	border-bottom: 1px solid;
}
.webcam{
    width: 800px;
    height: 600px;
}

.container {
    display: grid;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    text-align: center;
}
.header{
    width: 140px;
    padding: 20px;
}
.flotar{
    position: fixed;
    width: 200px;
    z-index: 100;
    right:0;
    bottom: 0;
}
.foto{
    position: fixed;
    width: 200px;
    z-index: 100;
    right:0;
    top: 80px;
}
.foto #foto{
    width: 100%;
}
.botones-full{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #fff;
    background-color: #697522;
}
.botonera{
    height: 600px;
}
.botonera .active{
    background-color: #A3BD31;
}
.botonera .boton_1{
    height: 150px;
}
.botonera .boton_1 img{
    width: 100%;
}
.expreciones{
    border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
    -webkit-border-radius: 0px 10px 0px 10px;
    border: 0px solid #000000;
    background-color: #A3BD31; 
}
.exprecion{
    height: 120px;
}
.exprecion  img{
    height: 100%;
}

.oculto{
    display: none;
}