@charset "utf-8";
/* CSS Document */

body{
	background-color:#eeeded;
}

footer{
	height: 60px;
}

.contenido{
	min-height: calc(100vh - 60px - 60px);
}

.navbar{
	min-height: 60px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}


.embed-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
