

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

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

a:link {
	color: #000000 ;
	background-color: transparent ;
}

a:visited {
	color: #000000 ;
	background-color: transparent ;
}

.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%;
}

h1 {
	text-align: center ; 
	font-size: 1.7em ;
	line-height: 1.3em ;
	margin: 1px ;
}

h2 { 
	font-size: 1.2em ;
	line-height: 1.3em ;
	margin: 1px ;
}

