

body {
	font-family: Arial, Helvetica, sans-serif ;
	background-color: #eaedf4 ;
	font-size: 0.9em ;
	line-height: 1.3em ;
}

img {
	max-width: 100% ;
	width: auto ;
	height: auto ;
}


.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.uno,
.dos,
.tres {
	width: 100%;
	padding: 0px 0;
	color: #000;
	font-family:  Arial, Helvetica, sans-serif ;
	text-align: left;
}

.uno {
  	background: #eaedf4;
}

.dos {
  	background: #eaedf4;
}

.tres {
	padding: 0px 0.0%;
  	background: #eaedf4;
}

@media (min-width: 1024px) {
	.uno-dos {
    		float: left;
    		width: 80%;
  	}
	.dos {
    		float: right;
    		width: 75%;
  	}
	.tres {
		float: left;
		width: 20%;
	}
}

@media print {

	div.tres {
		display: none;
	}
	div.uno {
		display: none;
	}
	div.uno-dos {
    		width: 100% ;
  	}
	div.dos {
		width: 100% ;
	}
		
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
