.infoboxContainer{
	max-width: 924px;
	display: inline-block;	
}

.infoboxesOrderBy{	
	float: right;
}

.infoboxContainer ul{
	list-style: none !important;
	display: inline-block;
	max-width: 920px;
	margin: 20px 20px 0px 20px;
}

.infoboxContainer ul li{
	display: inline-block;
	float: left;
	width: 49%;
	margin: 0 3px;
	text-align: left;
	margin-bottom: 6px;
}

.infoboxContainer ul li.box2Cols{
	width: 49%;
}

.infoboxContainer ul li.box3Cols{
	width: 32.5%;
}
/*
.cajaContenido1 .embed-container { 
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%; 
	height: auto; 
	margin: 0 auto;
}

.cajaContenido1 .embed-container iframe, 
.cajaContenido1 .embed-container object, 
.cajaContenido1 .embed-container embed, 
.cajaContenido1 .embed-container img { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.play {
	height: 100%;
	background: url(img/button_play.png) center center no-repeat;
	position: absolute;
	z-index: 500;
	opacity: 0.8;
}	

.play:hover {
	opacity: 1;
}

.infoBoxPlay {
	width: 100%;
	display: block;
}
*/


.holder {
	margin: 15px 0;
}

.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 0 5px;
	color: #333;
}

.holder a:hover {
	background-color: #222;
	color: #fff;
}

.holder .jp-previous { 
	margin-right: 15px;
}

.holder .jp-next { 
	margin-left: 15px;
}

.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: none;
}

.holder span { 
	margin: 0 5px;
}