

section#estructura{
	position:relative;
	margin-bottom:-60px;
	background-color:rgba(246,246,246,1.00);
	border: 1px solid rgba(246,246,246,1.00);
	height: auto;
	width: 100%;
	text-align: center;
}


section#estructura .contenedor {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0px solid blue;
	height: 1000px;
	font-family: Casual;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	background-image:url(../img/diagramacdl.png);
	background-size: cover;
	background-position: center;
} 

#tituloestructura{
	width:100%;
	height:auto;
	
	}

#tituloestructurauno {
	letter-spacing: 2px;
	font-size:3em;
	text-align:center;
    font-family: Casual;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:10px;
	margin-top:60px;
	color:#38445e;
	}

#tituloestructurados {
	letter-spacing: 2px;
	text-align:center;
    font-family: Casual;
	line-height:35px;
	border: 0px solid green;
	margin-bottom:0px;
	color: #35b2ff;
	}

	
#tituloestructura hr{
	margin-top:20px;
	margin-bottom:30px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}
	
	

#contenidoestructura{
	margin-top:20px;
	margin-bottom:80px;
	text-align: justify;
	line-height: 30px; 
	font-size:1.2em;
	color:#38445e;
}
	
	
	
	
	
	