

/*para responsive modificar el margin bottom*/
section#inl{
	height:auto;
	width:100%;
	background-color: #F7F7F7;
    border: 1px solid  #E9E9E9;
}


section#inl .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	border: 0px solid red;
}




/*para responsive modificar el margin top*/
div#tituloinl{
	width: 100%;
	height: auto;
	border: 0px solid #d8df25;
	margin-bottom:40px;
	margin-top:100px;
	text-align: center;
	font-family: Casual;
	}



#tituloinluno{
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #38445e;
	font-size:3em;
	margin-bottom: 8px;
	}

#tituloinldos{
	letter-spacing: 1px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #99d508;
	font-size:1.7em;
	margin-bottom: 10px;
	}
	
div#tituloinl hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}





div#textoem{
	color:#38445e;
	line-height: 25px;
	width:65%;
	height: auto; 
	margin:0px;
	font-size:1.2em;
	border: 0px solid red;
	text-align:justify;
	margin-top:40px;
	margin-bottom:100px;
}
/*para responsive modificar el width a 50% */




#botoninl{
	margin:30px;
  font-size: 0.9em;
  padding-left: 30px;
  padding-right:30px;
  padding-bottom: 7px;
  padding-top: 7px;
  color: #FFFFFF;
  border: 2px solid #38445e;
  background-color: #38445e;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#botoninl:hover{ 
  background-color:rgba(255,255,255,.00);
  color: #38445e;
}

#pilar{
	text-indent:0px;
	line-height:25px;
	list-style:none;
	}
	
#logoinl{
	border: 0px solid #35b2ff;
	width:20%;
	height:20%;
	margin-left:50px;
	margin-top:30px;
	}
#logoinl img{
	width:100%;
	height:100%;
		}