@charset "utf-8";
/* CSS Document */

.contenedor {
  text-align: center;
  background: none;

}
.centrado {
  display: inline-block;
  background: none;
  text-align: center;

}

.indi{
	width: 100%; /* CAMBIAR PORCENTAJE */
	height: 170px;
	text-align: center;
	background: none;
}

.video-responsive {

position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.margenvideo{
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

.cienporciento4 {
width: 100%;
height: auto;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 0px;
box-sizing:border-box;
clear: both;
background-color: #a6ddfb;
}

@media(min-width:640px) {
.indi{
	width: 50%; /* CAMBIAR PORCENTAJE */
	height: 170px;
	text-align: center;
	background: none;
	}
}

@media(min-width:990px) {
.indi{
	width: 33%; /* CAMBIAR PORCENTAJE */
	height: 170px;
	text-align: center;
	background: none;
	}
}

@media(min-width:1300px) {
.indi{
	width: 25%; /* CAMBIAR PORCENTAJE */
	height: 170px;
	text-align: center;
	background: none;
	}
}