.body_background{
	background-image: url("imagenes/comida1.jpg");
	background-size: 100%, 100%;
	background-attachment: fixed;
}

nav{
	height: 80px;
	height: 100px;
	background: white;
}

section{
	height: 450px;
	width: 650px;
	flex: 2; 
	padding-left: 18px;
	padding-right: 18px;
}

aside{
	height: 20px;
	width: 800px;
	flex: 2;
	padding-left: 18px;
	padding-right: 18px;
}


#contenido{
	display: flex;
	flex-direction: row;
}


footer {
	background-color: black;
	height: 60%;
  	color: white;
 	padding: 20px;
}

#colores{
	background-color: black;
}

.body_mision{
	background-image: url("imagenes/carbono.jpg");
	background-size: 100%, 100%;
	background-attachment: fixed;
}

.ubicacion{
	color: white;
	font-size: 30px;
	font-family: Arial;
	font-style: bold;
}

.h1threeD{
	color: #08ca05;
	text-align: center;
	font-family: Cooper Std Black;
	font-size: 80px;
	margin-top: 25px; 
	-webkit-text-stroke: 4px #273ee6;
}

.h1threeV{
	color: #ff8700;
	text-align: center;
	font-family: oblique bold;
	font-size: 80px;
	margin-top: 25px; 
	-webkit-text-stroke: 1px #fff001;
}

.h1threeM{
	color: #006cff;
	text-align: center;
	font-family: oblique bold;
	font-size: 80px;
	margin-top: 25px; 
	-webkit-text-stroke: 1px #2f01ff;
}

.h1threeC{
	color: #ff8700;
	text-align: center;
	font-family: oblique bold;
	font-size: 80px;
	margin-top: 25px; 
	-webkit-text-stroke: 1px red;
}

.espacio{
	padding-left: 20px;
}

#margen{
	margin-left: 100px;
}


.color{
	color: #041d6d;
}

.fuente{
	font-family: Arial Black;
}

.padre{

 	margin-left: 100px;
}

.margen{
	margin-left: 100px;
	margin-right: 100px;
}

.margen2{
	margin-left: 270px;
	margin-right: 10px;
}

.color2{
	color: orange;
	font-style: bold;
}

.color3{
	color: black;
	font-style: bold;
}

.alineacion{
	margin-right: auto;
}

.color4{
	color: black;
	font-style: bold;
}

.letra{
	font-family: Arial;
	font-size: 18px;
}

.color5{
	color: blue;
	
}

