.divOnlyTitulo{
	background: #0e3f87;
	padding: 18px 30px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.19);
	border-radius: 4px;
}
.divWhiteInfo{
	background: #fff;
	padding: 18px 30px;
	text-align: justify;
	margin-bottom: 30px;
	box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.19);
	border-radius: 4px;
}
.divClaroTitulo{
	background:#0f61a2;
	padding: 18px 30px;
	border-radius: 4px 4px 0 0;
}
.divWhite{
	background: #fff;
	padding: 30px 30px 18px;
	text-align: justify;
}
.tituloWhiteTwo{
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	padding: 18px 30px;
}
.separadorTituloWhite {
	margin-bottom: 30px;
}
.contenidoTwo{
	padding: 0 25px;
}
.liColor{
	color: #0e3f87;
}
.liColorSpan{
	color: initial;
}
.shadowContent{
	box-shadow:0px 0px 7px 3px rgba(0, 0, 0, 0.19)
}
.border-bottom{
	border-radius: 0 0 4px 4px;
}
.hide-bullets {
	list-style:none;
	margin-left: -40px;
	margin-top:20px;
}
.thumbnail {
	padding: 0;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
	height: 500px;
}
.thumbnail > img {
	width: 100%;
	height: 150px;
}
.hide-bullets li{
	display: none;
}
#carousel-bounding-box,
#slider{
	padding: 0px !important;
}
.divOnlyTituloGaleria {
	background: none repeat scroll 0 0 #0e3f87;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.19);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 18px 30px;
}
.selectGaleria{
	background: #D8D8D8;
	color: #A4A4A4;
	cursor: pointer;
	padding: 7px 28px;
}
.videos{
	text-align: right;
}
.activo{
	background: #0e3f87 !important;
	color: #fff !important;
}
.imgFoto{
	background-repeat: no-repeat !important;
	background-size: 20px auto !important;
	float: left;
	height: 20px;
	width: 21px;
	padding-right: 30px !important;
	background: url(../img/foto.svg);
}
.imgVideo{
	background-repeat: no-repeat !important;
	background-size: 20px auto !important;
	float: right;
	height: 20px;
	width: 21px;
	margin-left: 8px !important;
	background: url(../img/video.svg);
}
.activo .imgFoto {
	background: url(../img/fotoActivo.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 20px auto !important;
	float: left;
	height: 20px;
	width: 21px;
	padding-right: 30px !important;
}
.activo .imgVideo {
	background: url(../img/videoActivo.svg) !important;
	background-repeat: no-repeat !important;
	background-size: 20px auto !important;
	float: right;
	height: 20px;
	width: 21px;
	padding-right: 30px !important;
}
.pieFoto {
	background: none repeat scroll 0 0 #ffffff;
	font-size: 16px;
	margin-top: 15px;
	padding: 14px 20px;
	text-align: left;
}
.carousel-control.left,
.carousel-control.right {
	background-image: initial !important;
}
.videos div iframe{
	width: 100% !important;
}
.oculto{
	display: none;
}
.youtube-videogallery-item {
	border-radius: 2px !important;
	box-shadow: 0 0 0 0;
	display: inline-block;
	line-height: 0;
	list-style: none outside none;
	margin-bottom: -2px;
	margin-right: 6px;
	overflow: hidden;
}
.youtube-videogallery-img {
	border-radius: 2px;
}
div.youtube-videogallery-display {
	background-color: initial;
	border-radius: 0;
	box-shadow: 0 0 0 0;
}
.contenedorVideos {
	margin-top: 20px;
}
.visible{
	display: block !important;
}
.oculto{
	display: none;
}
.item iframe{
	width: 100% !important;
}
@media (max-width: 991px) {
	.hide-bullets {
		margin-top: 390px;
	}
	.hide-bullets li{
		padding: 0px !important;
	}
	.thumbnail{
		margin-bottom: 0px !important;
	}
	.contenidoTwo{
		padding: 0px;
	}
	.ulPadding {
		padding-left: 10px;
	}
}