@charset "utf-8";
/* CSS Document */

.contenedor_nosotros{
	width:100%;
	height:700px;
	position:relative; 
	background-color:#FFF;
}
.titulonosotros{
	/*width:100%;*/
	height:20%;
	line-height:120px;
/*	color:#000;
	font-size:36px;
	text-align:center;
	background-color:#FFF;	
*/}
.textonosotros{
	margin:0 auto;
	width:60%;
	height:80%;
	text-align:justify;
	font-size:18px;
	background-color:#FFF;	
}


button {
    /*background-color: rgb(156, 186, 59);*/ /*#4CAF50;*/
    /*color: white;*/
    padding: 4px 8px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
	z-index:200;
	border-radius: 20px;
}

.cuadrofacebook{
	padding: 8px;
}
.cuadroinstagram{
	padding: 8px;
}
.cuadrotwitter{
	padding: 8px;
}

