html { 
  background: url(img/background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
    height: 100%;
    width: 100%;
    margin: 0;
}
#header {
	height: 100px;
	width: 100%;
	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: -webkit-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebf1f6), color-stop(0.5, #e5e5e5), color-stop(0.52, #d8d8d8), to(#f7f7f7));
	background: -o-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%); /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 5px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0 5px 10px 0px hsla(0,0%,0%,0.50);
	position: absolute;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 10px;
	z-index: 2;
}
#middle {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	background-color: hsla(0,0%,100%,0.40);
	z-index: 0;
	-webkit-box-shadow: 0px 0px 10px 5px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 5px hsla(0,0%,0%,0.50);
	color: hsla(0,0%,25%,1.00);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 11pt;
	padding-top: 100px;
	padding-bottom: 20px;
}
#intro {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: hsla(0,0%,100%,0.75);
	width: 70%;
	position: relative;
	top: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	margin-bottom: 20px;
}
#intro_2 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: hsla(0,0%,100%,0.75);
	width: 70%;
	position: relative;
	top: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	margin-bottom: 20px;
}
#intro_3 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: hsla(0,0%,100%,0.75);
	width: 70%;
	position: relative;
	top: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	margin-bottom: 20px;
}
#intro_4 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: hsla(0,0%,100%,0.75);
	width: 70%;
	position: relative;
	top: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	margin-bottom: 20px;
}
#intro_5 {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-color: hsla(0,0%,100%,0.75);
	width: 70%;
	position: relative;
	top: 20px;
	border-radius: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 10px 0px hsla(0,0%,0%,0.50);
	margin-bottom: 20px;
}
#footer {
	height: 100px;
	width: 100%;
	-webkit-box-shadow: 0 -5px 10px 0px hsla(0,0%,0%,0.50);
	box-shadow: 0 -5px 10px 0px hsla(0,0%,0%,0.50);
	z-index: 1;
	background: #ebf1f6; /* Old browsers */
	background: -moz-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: -webkit-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ebf1f6), color-stop(0.5, #e5e5e5), color-stop(0.52, #d8d8d8), to(#f7f7f7));
	background: -o-linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%);
	background: linear-gradient(#ebf1f6 0%, #e5e5e5 50%, #d8d8d8 52%, #f7f7f7 100%); /* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0 -5px 10px 0px hsla(0,0%,0%,0.50);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: absolute;
}
a.fancybox img {
	border: none;
	box-shadow: 0 1px 7px rgba(0,0,0,0.6);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 1.1%;
 } 
 a.fancybox:hover img {
        position: relative; 
		z-index: 999; 
		-o-transform: scale(1.03,1.03); 
		-ms-transform: scale(1.03,1.03); 
		-moz-transform: scale(1.03,1.03); 
		-webkit-transform: scale(1.03,1.03); 
		transform: scale(1.03,1.03);
}
#img_01 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#logo_01 {
	height: 90px;
	width: 100px;
	background-image: url(img/LOGO-PROCAR-GIF.gif);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 12%;
}
#dir  {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: right;
	line-height: 12px;
	margin-right: 10%;
	width: 600px;
	float: right;
	color: hsla(0,0%,50%,1.00);
	position: relative;
	margin-top: -85px;
}
#subir   {
padding-left: 44%;
}
#menu {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 15px;
	float: right;



































	padding-left
	position: fixed;
	padding-top: 10px;
	position: relative;
	margin-top: -62px;
	margin-right: 10%;
	text-indent: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: hsla(0,0%,100%,0.25);
	border-radius: 20px;
	-webkit-box-shadow: inset 0px 2px 10px 0px hsla(0,0%,75%,1.00);
	box-shadow: inset 0px 2px 10px 0px hsla(0,0%,75%,1.00);
}
a {
	text-decoration : none;
	color : hsla(0,0%,50%,1.00);
}
