html {
width:100%;
height:100%;

}
body {
	font-family: 'Share Tech', sans-serif;
	background-color: #f6f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:100%;
	height:100%;
	font-size:100%;
	
	
}

ul{
	
	
	color:#878787;
	list-style:none;
	letter-spacing:3px;
	width:100%;
	border:0px solid #ff0000;
	padding:0px;
	margin:0px;
	}
li{
	font-size:2em;
	padding:0px;
	margin:0px;
	display:inline;

	width:20%;
	
	
	
	}

.logo_c{

position:relative;
width:30%;
height:30%;



}

.logo{
width:100%;
position:absolute;
top:0px;
left:0px;
display:none;

}


h1{
	color:#3f7dc0;
	width:200px;
	margin-left:20px;
	
	
	}
p{
	font-size:1.5em;
	color:#878787;
	}
	
.captura{
	
	border:1px solid #808080;
	width:13%;
	margin:2%;
	padding:5px;
	box-shadow: 10px 10px 5px #808080;
	
	}
		
.contenedor{



}

.menu{

float:right;
margin: 20px 20px 0 0; 


}

.pie{

float:right;
margin: 20px 20px 20px 0; 



}		
		
.centro{
text-align:center;
width:100%;
border-top:20px solid #3f7dc0;
border-bottom:20px solid #3f7dc0; 
margin-top:0px;

}		

