body{
	margin: 0px;
}

.header{

	width:1280;
	height: 68px;

	border-bottom: 1px solid #d2d2d2 ;

	margin: auto;
	z-index: 2;

}


.contenedor{
	width:1298px;
	height: 750px;
	-webkit-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.99);
-moz-box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.99);
box-shadow: 0px 0px 34px -1px rgba(0,0,0,0.99);
background-color: #fff;
	position: absolute;
	left:50%;
	margin-left: -649px;

}

li{
	list-style-type: none;
		 text-align: center;
		      display: inline;
		      width: auto;
		      }

.header-item{
     display: inline;
	 width: auto;
	 height: auto;
	 position: relative;
	 padding-top: 28px;
	 padding-bottom: 20px;
	 padding-left: 15px;
	 padding-right: 15px;
	 margin: 0;
	 text-align: center;
	 float: right;
	text-decoration: none;
	 color: #888;
	 font-size: 16px;
	 letter-spacing: 0.5px;
	 	  font-family: sans-serif;
	 -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.header-item:hover{
     display: inline;
	 width: auto;
	 position: relative;
	 padding-top: 28px;
	 padding-bottom: 20px;
	 padding-left: 15px;
	 padding-right: 15px;
	 margin: 0;
	 text-align: center;
	 float: right;
	 text-decoration: none;
	 color: #888;
	 font-size: 16px;
	 letter-spacing: 0.5px;
	 border-bottom: 3px solid green;
	 background-color: #f9f9f9;
	 -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;

}

.logo{
				 display: inline;
	color: rgba(255,255,255,0.1); 
	text-shadow: -1px -1px 0 rgba(0,0,0,.9);
	font-size: 60px;
	margin: 0;
	padding-left: 52px;
}
.logo2{
				 display: inline;
color: rgba(255,255,255,0.1); 
	text-shadow: -1px -1px 0 rgba(0,0,0,.9);
	font-size: 18px;
}

.pie{
	width:100%;
	height: 50px;
	border-top: 1px solid #d2d2d2 ;
	position: fixed;
	bottom: 0 !importante;
	bottom: -1px;
	background-color: #ddd;
	margin: auto;
	left: 0px;
}

.derechos{
		 width: 30%;
		 font-size: 15px;
		position: absolute;
		color: #888;
		top: 0px;
		left: 50px;
}

.menu-pie{
		 position: absolute;
		 color: #888;
		width: 25%;
		top: 0px;
		right: -3%;
}

.menu-pie a{

		 font-size: 15px;
		 text-decoration:  none;
		 color: #888;
}

.menu-pie a:hover{
		 color: #555;
}


