@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: mifuente;
}
@font-face {
    font-family: mifuente;
    src: (fuentes/Montserrat/Montserrat-Light.ttf) format ('ttf');
}

.bloque video {
    width:100%;
	height:350px;
}
.bloque iframe {
	width:100%;
	height:350px;
}

#youtube {
	width:100%;
	height:350px;
}

