@charset "utf-8";
/* CSS Document */
section { 
	width: 100%;
	background-color: transparent; !IMPORTANT
}
#cont1_section {
	position: relative;
	width: 90%;
	padding: 0 5%;
	height: auto;
	top: 0;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 50px;
}
#cont1_section h1 {
	font-family: 'Roboto';
    font-size: 32px;
    color: rgb(2, 114, 59);
 	padding: 50px 0 10px 0;
}
#cont1_section h2 {
	font-family: 'Roboto';
    font-size: 20px;
    color: rgb(2, 114, 59);
 	padding: 20px 0 10px 0;
	text-align: left;
}
#cont1_section p {
	font-family: 'Roboto';
    font-size: 18px;
    color: #333;
 	padding: 20px 0;
	text-align: justify;
}
@media screen and (max-width:1140px) {
	#cont1_section {
		width: 90%;
		padding: 0 5% 30px 5%;			
	}	
}
@media screen and (max-width:780px) {
#cont1_section #cont_apartados .apartado {
	width: 100%;
}
}