﻿
body {
	background-image: url('misionvision.png');
	background-image: 100vw 100vh;
	background-attachment: fixed;
	margin: 0;
	font-family: monospace;
	/*background-color: silver;*/

	
}
/*===================MEMBRETE===========================================================*/		
	.contenedor {
	width: 90%;
	/*width: 50%;*/
	/*max-width: 1000px;*/
	margin: 0 auto;
	overflow: hidden;
}
	

.center {
	display: flex;
	justify-content: center;
	aling-items: center;
	
	background-color: green;

	/*background: cornflowerblue;*/
	border-radius: 60px;
	padding: 20px;
	/*height: 100vh;*/
	/*top: -17px;*/

 }

/*-------------------------------------------------------------------*/ 
/* empieza el cuerpo */
/* justificando texto*/

.text-justify {
  text-align: justify;
}




#titmvv {
	border:0px outset green;
	color: orange;
	width: 50%;
	margin: auto;
	background: rgba(0,0,0,0.4);
	/*background-color: black;*/
	padding: 10px 20px;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 30px;

}

/*.titmvv{
width: 800px;
	color: green;
	text-align: center;
	margin: auto;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;*/
	
}
.container{
	background: rgba(0,0,0,0.4);

	padding: 1em;
	overflow: hidden;
}
.item{


    margin: 1em;
	padding: 1em;
	color: silver;
	float: left;
}
#item1{
	border:5px outset green;
	color: white;
	border-radius: 30px;
	width: 50%;
	/* text-align: center;
	margin: auto;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;--> */
}
#item2{
	border:5px outset green;
	color: white;
	border-radius: 30px;
	width: 50%;
	float center;	
/*text-align: center;
	margin: auto;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;-->  */

}
#item3{
	border:5px outset green;
	color: white;
	border-radius: 30px;
width: 50%;
/*	text-align: center;
	margin: auto;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px; -->*/

	
}