
section#tutorial{
	background-color: #F7F7F7;
	border: 1px solid #FFFFFF;
	height: auto;
	width: 100%;
	text-align: center;
}

section#tutorial .contenedor{
	margin-top: 100px;
	margin-bottom:100px;
	border: 0px solid blue;
	height:auto;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
	}
	
	
div#titulovideo{
	width: 100%;
	height: auto;
	border: 0px solid #38445e;
	margin-bottom:40px;	
	justify-content: center;

	}

#titulovideouno{
	text-align: left;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color:  #35b2ff;
	font-size:3em;
	margin-bottom: 10px;
	}

#titulovideounouno{
	text-align: left;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #35b2ff;
	margin-bottom: 10px;
	}

#titulovideodos{
	text-align: left;
	letter-spacing: 2px;
	margin-top: 10px;
    font-family: Casual;
	line-height: 35px;
	color: #35b2ff;
	font-size:1.5em;
	margin-bottom: 10px;
	}
	
div#titulovideo hr{
	margin-bottom:0px;
	height:1px;
	background-color:#d9e026;
	border: 0px;
	}
	
	

	
	
div#videotutorial{
	width: 100%;
	height: auto;
	margin-bottom:20px;
	border:0px solid red;
}

.video-youtubedos{
	height:0;
	padding-bottom:56.25%;
	position:relative;
	}	
	
div#videotutorial iframe{
	border:0px solid red;
	position:absolute; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	}