html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {	margin: 0;
	padding: 0;	border: 0;	font-size: 100%; font: inherit;	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {	line-height: 1; }
ol, ul { list-style: none;}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table {	border-collapse: collapse; 	border-spacing: 0; }



/* ESTILO IFRAMES */

body{

	padding-left: 75px;
	padding-right: 75px;
	padding-top: 17px;
	text-align: center;
}

.iframes{
	padding-top: 45px;
	padding-left: 20px;

}

img{
	width:100%;
}

h1{
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;;
	background: #FFF;
	color: #000;
	padding: 0px;
	display: block;
	margin-bottom: 7px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	text-align: left;
}

h2{
	font-size: 18px;
	font-family: 'Helvetica';
}

h3{
	font-size: 16px;
	font-family: 'Helvetica';
}

h4{
	font-size: 14px;
	font-family: 'Helvetica';
}

video{
	width: 100%;
	/*height: 275px;*/
}





@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

	
	video{
		width: 100%;
		height: 100%;
	}



	}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

	video{
		width: 100%;
		height: 100%;
	}


 }


.js-video {
	height: 0;
	padding-top: 25px;
	padding-bottom: 67.5%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.js-video.vimeo {
	padding-top: 0;
}
.js-video.widescreen {
	padding-bottom: 57.25%;
}
.js-video embed, .js-video iframe, .js-video object, .js-video video {
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	position: absolute;
}

/* Responsive */
@media (max-width: 767px) {
	.js-video {
		padding-top: 0;
	}
}








