html {
   -webkit-text-size-adjust: none;
}
.video embed,
.video object,
.video iframe {
   width: 100%;
   height: auto;
}
img{
	max-width:100%;
	height: auto;
   	width: auto\9; /* ie8 */
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
	
}

@media only screen and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header {margin-top: 5px;height:190px;}
	header #logo{top:20px;}

	nav .wrap-nav {position:relative; height: 35px; left: 20px; top: 0px; width:12%}
	
	/* -------------------------------------------- */
	/* ------------------Featured------------------ */
	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 620px) and (max-width: 767px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 180px;  width: 100%;}
	header #logo{top: 30px;}
	header #reloj{top: 10px;}
	header #contacto{top: -12px; left; 10; height: 10px; width: 100%;}

	nav .wrap-nav {position:relative; height: 30px; left: 10px; top: 75px; width:100%}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	#content {height: auto;}	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (min-width: 480px) and (max-width: 619px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 160px;  width: 100%;}
	header #logo{top: 40px;}
	header #reloj{top: 20px;}
	header #contacto{top: -12px; left; 10; height: 10px; width: 100%;}

	nav .wrap-nav {position:relative; height: 30px; left: 10px; top: 0px; width:12%}
	.menu{display:none;}
	.minimenu{display:block; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}

	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	#content {height: auto;}	
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	footer {height: 170px; top:0px;}
	.copyright{position:relative; left:0px; top:0px;}
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}

@media only screen and (max-width: 479px) {
	/* -------------------------------------------- */
	/* ------------------Header-------------------- */
	header{height: 160px;  width: 100%;}
	header #logo{top: 40px;}
	header #reloj{top: 20px;}
	header #contacto{top: -12px; left; 10; height: 10px; width: 100%;}

	nav .wrap-nav {position:relative; height: 30px; left: 0px; top: 0px; width:12%}
	.menu{display:none;}
	.minimenu{display:block; -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}

	
	/* -------------------------------------------- */
	/* ------------------Content------------------- */
	#content {height: auto;}
	/* -------------------------------------------- */
	/* ------------------Footer-------------------- */
	footer {height: 170px; top:0px;}
	.copyright{position:relative; left:0px; top:0px;}
	/* -------------------------------------------- */
	/* ------------------Other----------------*---- */
}
