.contenido {
	margin-right:auto;
	margin-left:auto;
	margin-top:80px;
	color: #000000;	
	width:90%; 
}
.containers {
	text-align:center;
}

div.news {
	width:250px;
	text-align:center; 
	margin-left:10%;
}
div.news h1 {
	/*border-bottom-color:#CCC; 
	border-bottom-width:1px; 
	border-bottom-style:solid; */
	background-image:url(../imagenes/shadHorUp.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:bottom;
	color:#333; 
	font-family:contarell;
}

.slider {
	height:auto;
}
.gallery {
	height:auto;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background-color:#fff; 
	box-shadow: 0px 0px 2px #aaa; 
	border-bottom-right-radius: 5px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
}
.gallery img{ 
	float:left;
	z-index:0;
}
.gallery h1.news {
	color:#333; 
	font-family:contarell;
	margin:0;
	margin-left:5%;
	float:left;
}
.gallery a, .gallery a:hover, .gallery a:after {
	text-decoration:none;
}
.gallery .image {
	width:30%;
	margin-top:20px;
	display:inline-block;
	float:left;
}
.gallery .image img {
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.gallery .slide-right{
	width:50%;
	float:right;
	display:inline-block;
	margin-right:10%;
	margin-top:20px;
	z-index:100;
}
.gallery .slide-right .title{ 
	color: #003F87; 
	font-size: 24px; 
	font-family:cantarell; 
	text-align:left;
}
.gallery .slide-right .title em {
	color: #B22222;
}
.gallery .slide-right .info{
	color: #666;
}
.gallery .slide-right .right { 
	text-align:right;
}
.gallery .container {
	display:none;
}
.gallery .active {
	display:inline-block;
}
.gallery .animated {
	opacity:1;
}
.gallery a.more {
	font-family:cantarell; 
	font-size:18px; 
	color:#169ae5;
	float:right;
}
.gallery a.more:hover {
	color:#000; 
	opacity:0.9;
}

#prev, #next {
	position:absolute;
	background-repeat:no-repeat; 
	background-position:center; 
	text-indent:-9999px; 
	z-index:500;
	overflow:hidden;
	width:60px; 
	height:350px; 
	/*margin-top:-380px; */
	top:100px;
	opacity:0.3;
}
#prev:hover, #next:hover{
	opacity:0.9;
}
#prev {
	background-image:url(../imagenes/paddle_prev.png); 
	/*margin-left:-45%;*/
	left:10px;
	
}
#next {
	background-image:url(../imagenes/paddle_next.png);
	/*margin-left:40%;*/
	right:10px;
}
a#prev.disable, a#next.disable {
	display:none;
}

.grid {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
/*.gradient-down { background:url(/imagenes/divider_down.jpg) no-repeat center top; }
.gradient-up { background:url(/imagenes/divider_up.jpg) no-repeat center bottom; }*/

.videos { 
	/*background-color:#fefefe;
	/*-webkit-box-shadow:inset 0px 0px 10px 2px #ddd; 
	-moz-box-shadow:inset 0px 0px 10px 2px #ddd; 
	box-shadow:inset 0px 0px 10px 2px #ddd; 
	margin-left:-20px; */
}
.videos li {
	text-align:left;
	background-color:#fff;
	margin-left:20px;
	margin-right:20px;
	margin-top:40px;
	width:185px; 
	height:135px;
	display:inline-block; 
	padding-left:15px; 
	padding-right:15px; 
	box-shadow: 0px 0px 2px #aaa; 
	border-bottom-right-radius: 5px; 
	border-top-left-radius: 5px; 
	border-top-right-radius: 5px; 
	border-bottom-left-radius: 5px; 
	position:relative;
	transition: all 0.1s linear; 
	-webkit-transition: all 0.1s linear; 
}
.videos li:hover {
	box-shadow: 0px 0px 10px #aaa; 
}
.videos li .play {
	width:185px; 
	height:135px; 
	position:absolute; 
	top:0; 
	background-image:url(../imagenes/playbutton.png); 
	opacity:0.85;
}
.videos li .title {
	width: 185px; 
	height: 128px; 
	position:absolute; 
	top:15px;
}
.title a {
	text-decoration:none;
}
.title p {
	text-align: center; 
	opacity: 0; 
	color:#fff; 
	text-shadow:1px 1px #333; 
	font-size:18px; 
	font-family:cantarell;
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear; 
}
.videos li .imag {
	width:215px; 
	height:135px; 
	position:absolute; 
	top:0; 
	left:0; 
	background-color:#000; 
	opacity:0; 
	transition: all 0.3s linear; 
	-webkit-transition: all 0.3s linear; 
}
.videos li:hover .imag {
	opacity:0.0;
}
li:hover .blur {
	-webkit-filter:blur(2px); 
	-moz-filter:blur(2px); 
	filter:blur(2px);
}
li:hover p{
	opacity: 0.9;
}
li:hover .play {
	background-image:url(../imagenes/playbutton_over.png); 
	opacity:0.9;
}
ul.videos li span { 
	position:absolute; 
	top:140px; 
	color:#666; 
	font-family:cantarell; 
	width:185px; 
	text-align:center;
}
ul.videos li:hover span { 
	color:#169ae5;
}
@media (max-width:820px) {
	#prev, #next {
		top:200px;
	}
	.contenido {
		margin-top:150px;
	}
}

@media (max-width:770px) {
	div.gallery {
		/*width:100%;*/
	}
}

@media (max-width:480px){
	.gallery .image {
		width:95%;
		text-align:center;
	}
	.gallery .image img {
		max-width:200px;
	}
	.gallery .slide-right {
		width:95%;
	}
	.videos li {
		margin-left:0;
		margin-right:0;
	}
}