/*Responsive Design Styles*/

  /* Móviles en vertical
  ------------------------------------------------------------------------- */
  @media (max-width: 480px) { 


  	/* ============================================================
	  RESET - 
	============================================================ */
	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;
	  vertical-align: baseline;
	}


  	#slide_home{
	width: 100%;
	height: 750px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%, rgba(0,31,40,0.77) 69%, rgba(0,31,40,1) 90%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(229,229,229,0)), color-stop(69%,rgba(0,31,40,0.77)), color-stop(90%,rgba(0,31,40,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(229,229,229,0) 0%,rgba(0,31,40,0.77) 69%,rgba(0,31,40,1) 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e5e5e5', endColorstr='#001f28',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	


	}

	#slide_home article {
	width: 90%;
	height: 500px;
	position: relative;
	margin: 0 auto;
	top: 55px;
	}

	#slide_home article img {
		width: 70%;
		height: auto;
		margin-left: 15%;
		margin-top: 50%;
	}

	.barra_gris {
	background-image: url(../img/barra_gris.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	width: 100%;
	height: 50px;
	z-index:5; 
	margin-top: 50%;
	}

	#menu {
	width: 75%;
	height: 20px;
	float: right;
	margin-top: 10%;
	display: none;
	font-size: .8em;
	}



  }