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-width: 768px) and (max-width: 1024px) {


video{
	width: 100%;
	height: 275px !important;
}


}











