<meta charset="utf-8" />
 
p, h1, h2{
	color: white;
	font-family: "Roboto","Open Sans","Lato", sans-serif;
	line-height: 44px;	
}
 
nav#RRSS {
	position: fixed;
	list-style-type: none;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
 }
 
nav#barra {
	position: fixed;
	list-style-type: none;
	margin: 0;
	padding: 14px 16px;
	top: 0;
	left: 0;
	width: 100%;
	background :
 }
 
nav ul li a {
	display: block;
	margin-right: 0px;
	width: 80px;
	font-size: 18px;
	font-family: "Roboto","Open Sans","Lato", sans-serif;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	color: #ccc;
 }
 
nav ul {
	margin: 3px auto;
	width: 900px;
	border: 3px #404040;
	list-style: none;
 }
 
	nav ul li {
		float: left;
		display: inline;
	 }
 
body {
	line-height: 1.4;
	background-image: url("fondo.png");
	background-repeat: no-repeat;
 }
 
/*Fondo de enlaces (caja) gris oscuro*/
header {
	background: rgba(29,35,38,0.5);
	padding: 2.4em;
 }
 
/*Fondo de enlaces gris oscuro*/
a {
	font-size: 24px;
	font-weight: bold;
	color: rgba (0,0,0,0.6);
	text-decoration: none;
	padding: 0.3em 0.5em;
	border-radius: 5px;
	background-color: rgba (255,255,255,0.6);
	transition: background-color 1s linear;
 }
 
form {
	display: inline;
	margin-left: auto;
	padding-left: 2em;
	width: 100%
 }
 
label {font-size: 24px;}
 
input {padding: 0.7em 0.5em;}
 
button {
	padding: 0.7 1em;
	cursor: pointer;
 }
 
input, button {
	font-size: 16px;
	color: #000;
	border-radius: 5px;
	background-color: rgba (0,0,0,0.6);
	transition: background-color 1s linear;
 }
 
/*color de fondo enlaces con el foco*/
a:hover, a:focus {background-color: #B2261E;}
 
input:hover, button:hover,input:focus, button:focus {background-color: #fff;}
 
a:focus, input:focus, button:focus {box-shadow: 0 0 0 3px rgba(0,0,0,0.25)}
 
input, button {border: 0;}
/*Espacio superior*/

#separador_superior{
	width:100%;
	height:80px;
	box-sizing:border-box;
}

/*Cajas texto Quienes somos*/

#box1{
	width:90%;
	border: 5px;
	box-sizing: content-box;
	padding:30px;
	font-size: 18px;
	font-family: "Roboto","Open Sans","Lato", sans-serif;
	color: white;
	float:relative
}
#box2{
	width:50%;
	box-sizing: border-box;
	font-size: 18px;
	font-family: "Roboto","Open Sans","Lato", sans-serif;
	color: white;
	margin: auto;
}