@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


.columnas {
	padding:0px !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#header	{
	height:70px;
	background-color:#000000;
}

.titulo img {
	max-width: 328px;
	margin-top:20px;
	margin-left:35px;
	float:left;
}

.logo img {	
	max-width: 110px;
	margin-top:20px;
	margin-right:35px;
	float:right;
}

.notaplayer {
    font-family: Arial;
	font-weight:bold;
	margin-left:35px;
	margin-right:35px;
	margin-top:35px;
    font-size: 17px;
    color: #5b5b5b;
}

.soporte img {	
	max-width: 290px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:20px;
}

#video {
/*	width: 100%;
	height: auto;
*/	width: 100vw;
    height: 42.5vw;	
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


