.ventana-contendor {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: justify;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 20px;
	line-height: 1.5em;
	font-size: 1.3em;
	margin-top: 10px;
	background-image: url(../images/fondo_articulos.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}

.ventana-contendor br {
	
	padding-right: 15px;
	padding-bottom: 15px;
	
}
.ventana-contendor p {
	
	padding-right: 5px;
	padding-bottom: 5px;
	
}
.ventana-contendor li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	list-style-type: decimal;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.ventana-contendor ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.conten-boton {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	position: relative;
}
.conten-boton a:link {
	color: #FFF;
}
.conten-boton a:visited {
	color: #FFF;
}
.conten-boton a:link {
	color: #FFF;
}


.boton-video1 {
	background-color: #FFB500;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	right: 100px;
	top: -60px;
	border: 5px solid #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.boton-video1:hover, boton-video1:focus {	
	background-color: rgba(0,20,147,1);
}
.boton-video2 {
	background-color: #DF0605;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: absolute;
	right: 0px;
	top: -60px;
	border: 5px solid #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.boton-video2:hover, boton-video2:focus {	
	background-color: rgba(0,20,147,1);
}

.video3 {
	height: 300px;
	width: 400px;
	background-color: #FFF;
	box-shadow: 2px 5px 5px rgba(0,0,0,0.5);
	border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	
}

@media screen and (max-width: 68em){
.ventana-contendor {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	text-align: justify;
	box-shadow: 1px 5px 5px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,0.9);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
	border-radius: 0px;
	font-size: 1em;
	line-height: 30px;
}	
	
	.conten-boton {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	height: 10px;
	position: relative;
}

boton-video1 {
	background-color: #FFB500;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	right: 100px;
	border: 5px solid #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;
}
.boton-video2 {
	background-color: #DF0605;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	text-align: center;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
	right: 0px;
	border: 5px solid #FFF;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;
}

.video3 {
	height: 300px;
	width: 100%;
	background-color: #FFF;
	box-shadow: none;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
}
	}

	
