/*-- BLOG INDEX --*/
#owl_blog_index{
	width:100%;
	height:320px;
	float:left;
}

.blog_index{
	width:99%;
	float:left;
	height:320px;
	margin-top:60px;
	padding: 1.5% 2%;
	background-color:#9EC337;
	border: 3px solid #28324B;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;
}

.img_blog{
	width:50%;
	float:right;
	margin:10px;
	overflow:hidden;
	border:2px solid #FFF;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
	.img_blog img{
		width:100%;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
	}
.blog_index h4{
	font-size:18px;	
	margin-bottom:10px;
	clear:right;
}
.blog_index p{
	font-size:14px;
	line-height:16px;
	color:#46474B;
}
.blog_index a{
	text-decoration:none;
	color:#0759BF;
}
	.blog_index a:hover{
		color:white;
	}
.leer_mas{
	width:80px;
	height:35px;
	line-height:35px;
	text-align:center;
	background-color:rgba(91,93,100,0.5);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:absolute;
	bottom:10px;
	right:15px;
}
	.leer_mas:hover{
		background-color:#0759BF;
	}
	.leer_mas a{
		color:white;
		display:block;
	}
	
/*-- BLOG NOTICIAS --*/
.blog_general{
	width:100%;
	float:left;
}
.wrapper{
	margin-top:40px;
}
.post{
	width:44%;
	height:400px;
	float:left;
	margin-bottom:4%;
	margin-left:4%;
	border:2px solid #28324B;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	position:relative;
	overflow:hidden;	
}
	.post:nth-child(2n){
		float:right;
		margin-right:4%;
	}
.img_noti{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
	#blog_peque .img_noti img{
		width:100%;
		height:400px;
		float:left;
		opacity:0.3;
		-webkit-transition:all .5s ease; 
		-moz-transition:all .5s ease; 
		-o-transition:all .5s ease; 
		-ms-transition:all .5s ease;		
	}
		#blog_peque .img_noti:hover img{
			-webkit-transform:scale(1.30);
			-moz-transform:scale(1.30);
			-ms-transform:scale(1.30);
			-o-transform:scale(1.30);
			transform:scale(1.30);
		}
#blog_peque .post-content{
	position:absolute;
	top:100px;
	left:10px;
	right:10px;
	bottom:0;
	height:210px;
}
	.post-content h4{
		font-size:24px;
		font-weight:800;
		opacity:1;
		margin-top:0px;
	}
	.post-content a{
		text-decoration:none;
		color:#28324B;
	}
	.post-content{
		color:#28324B;
		font-size:14px;
		font-weight:700;
		font-family: 'Open Sans', sans-serif;		
	}
.date{
	position:absolute;
	top:-70px;
	right:10px;
	
}
.post_leer_mas{
	width:80px;
	height:30px;
	display:block;
	text-align:center;
	float:right;
	margin-top:40px;
	line-height:30px;
	border:2px solid #28324B;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}
	.post_leer_mas:hover{
		background-color:white;
	}
.navigation{
	float:left;
	width:100%;
}
	.navigation a{
		text-decoration: none;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		font-weight: bold;
		color: #28324B;
		background-color:white;
		border-radius: 10px 10px 10px 10px;
		-moz-border-radius: 10px 10px 10px 10px;
		-webkit-border-radius: 10px 10px 10px 10px;
		border: 2px solid;
		padding: 5px 15px;
	}
			.navigation a:hover{
			color:white;
			background-color:#28324B;
		}

	#links p.previous-link {
		width:45%;
		float:left;
		margin-left:5%;
	}
	#links p.next-link{
		width:45%;
		float:right;
		margin-right:5%;
		text-align:right;
	}

/*-- BLOG NOTICIAS SOLO --*/

#blog_grande{
	width:100%;
	float:left;
	padding: 0 15px;
	margin:0px;
	height:auto;
}
	#blog_grande .img_noti img{
		opacity:0;
	}
#blog_grande {
	border:0px solid #FFF;
}

#blog_grande .img_noti{
	display:none;
}

/*--MENU MOVIL--*/	

@media screen and (max-width:400px){

/*-- BLOG INDEX MOVIL --*/
#owl_blog_index{
	height:350px;
}
.owl-item active{
	width:96%
}

.blog_index{
	width:96%;
	margin-left:2%;
	margin-top:25px;
	height:315px;
}

.img_blog{
	width:45%;
}
.leer_mas a{
	font-size:15px;
}

/*-- BLOG NOTICIAS MOVIL--*/
.wrapper{
	margin-top:25px;
}
.post{
	width:90%;
	height:290px;
	margin-left:5%;
}
.post:nth-child(2n){
	margin-right:5%;
}
.post-content{
	font-weight:600;
	font-size:12px;
}
.post-content h4{
	font-size:19px;
	margin-bottom:20px;
}
.date{
	top:-50px;
}
#blog_peque .img_noti img{
	height:290px;
}
#blog_peque .post-content{
	top:70px;
}
#blog_grande .img_noti img{
	display:none;
}
.post_leer_mas{
	margin-top:25px;
	line-height:26px;
}

/*--BOTONES NOTICIAS MOVIL--*/

	.navigation a{
		font-size: 15px;
		line-height: 40px;
		padding: 5px 15px;
	}

	#links p.previous-link {
		width:90%;
		float:left;
		margin-left:5%;
		margin-bottom:5px;
	}
	#links p.next-link{
		width:100%;
		float:right;
		margin-right:10%;
		text-align:right;
		margin-top:0;
	}


}