@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;
}
#cont1_section h1, h2 {
	font-family: 'Roboto';
    font-weight: 700;
    font-size: 30px;
    color: rgb(2, 114, 59);
    text-transform: uppercase;
	padding: 40px 0 20px 0;
}
#cont1_section h3 {
	font-family: 'Open Sans';
    font-size: 20px;
}
#cont1_section p {
	position: relative;
	width: 100%;
	text-align: justify;
	font-family: 'Open Sans';
    font-weight: 400;
    font-size: 16px;	
    color: #444444;
}
#cont1_section p.centrado {
	text-align: center;
}
#cont1_section > p {
	padding-bottom: 15px;
}
#cont1_section a {
	display: inline-block;
	text-decoration: none;
}
#caja_boton,
#caja_boton2,
#caja_boton3 {
	position: relative;
	width: 100%;
	text-align: center;
}
img.float_izq {
	float: left;
}
img#mi_foto {
	position: relative;
	width: 155px;
	padding: 5px 20px 20px 0;
}