* {
	margin: 0px;
	padding: 2px;
}

body {
	font: 1em/150% Arial, Helvetica, sans-serif;
}

img, video, object {
	max-width: 100%;
	height: auto;
	width: auto; /* ie8 */
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a {
	color: #669;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font: bold 36px/100% Arial, Helvetica, sans-serif;
}

/************************************************************************************
ESTRUCTURA
*************************************************************************************/
#pagewrap {
	padding: 2px;
	width: 1020px;
	margin: 8px auto;
}

#content {
	width: 700px;
	float: left;
}
#footer {
	clear: both;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* para 980px  o menos */
@media screen and (max-width: 980px) {
	
	#pagewrap {
		width: 94%;
	}
	#content {
		width: 73%;
	}
	#sidebar {
		width: 25%;
	}
	#header {
		height: 150px;
	}
}

/* para 700px  o menos */
@media screen and (max-width: 700px) {

#pagewrap {
		width: auto;
	}

	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}
	#header {
		height: 100px;
	}
	h1 {
		font-size: 24px;
	}
}

/* para 480px  o menos */
@media screen and (max-width: 480px) {

	#header {
		height: 80px;
	}
	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}

}

/* bordes y colores de cajas */
#content {
	background: #f8f8f8;
}
#sidebar {
	background: #f0efef;
}
#header, #content, #sidebar {
	margin-bottom: 5px;
}
#pagewrap, #header, #content, #sidebar, #footer {
	border: solid 1px #ccc;
}


.Estilo1 {font-size: 25px}
