/* ====================== estilos seccion 1  ================================== */
div#seccion1{
	background: #FFB213;
	background: -moz-radial-gradient(center, ellipse farthest-corner, #FFB213 0%, #FFB203 100%);
	background: -o-radial-gradient(center, ellipse farthest-corner, #FFB213 0%, #FFB203 100%);
	background: -webkit-radial-gradient(center, ellipse farthest-corner, #FFB213 0%, #FFB203 100%);
	background: radial-gradient(ellipse farthest-corner at center, #FFB213 0%, #FFB203 100%);
	border-top: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
	height: auto;
	width: 100%;
	padding: 0;
	margin: 0 ;
}

div#seccion1 div img{
	margin: 10px 10px 10px 0;
	vertical-align: top;
}
div#seccion1 div h3{
	color: white;
	font-family:sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 0 ;
	margin-right: 10%;
	margin-bottom: 10px;
	padding: 5px 0px;
	text-shadow: 1px 1px 1px #6D7693;
}
div#seccion1 div p{
	color: white;
	font-weight: normal;
	font-size: 15px;
	text-align: justify;
	text-shadow: 1px 1px 1px gray;
}

div#seccion1 div#part1, #seccion1 div#part2, #seccion1 div#part3{
	float: left;
	margin: 1% 0;
	padding: 0;
}
div#seccion1 div#part1{
	margin-left:2%; 
	width: 30%;
}
div#seccion1 div#part2{
	width: 28%;	
}
div#seccion1 div#part2 div{
	margin-left: 12%;
	padding: 0;
	border: none;
}
div#seccion1 div#part3{
	margin-right: 2%;
	width: 38%;
}

/* VIDEO RESPONSIVE*/
.video-container {
    position: relative; 
}
 
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}