.conte_novedad{
	width: 553px;
	float: left;
	border: 1px solid #8F9093;
	margin-bottom: 35px;
}
.conte_novedadDER{	
	float: right;	
}
.conte_detalle_novedad{
	width: 840px;
	float: left;	
	margin-bottom: 35px;	
}

.btn_ver_novedad{
	float: right;
	width: 95px;
	height: 25px;
	background: #72C6D8;
	text-align: center;
	padding: 5px 0 0 0;
	margin:0 25px 30px 0;
}
.btn_ver_novedad a{
	color: white;
	text-decoration: none;
	display:block;
}
.btn_ver_novedad :hover{
	color: #267A8C;
}


.text12_gris{
	color: #221F1F;
	font-weight: bold;
	font-size: 12px;
	margin-left: 20px;
}


.conte_fecha_novedad{
	width: 72px;
	height: 78px;
	float: left;
	font-size: 14px;
	margin: 30px 30px 0 0;
}
.div_anio{
	height: 18px;
	width: 72px;
	background: #DCC4B6;	
	color: #221F1F;
	text-align: center;
	padding-top: 3px;
}
.div_mes{
	height: 50px;
	width: 72px;	
	background: #71CCE0;	
	color: white;
	text-align: center;
	padding-top: 7px;
}
.div_dia{
	color: white;
	font-size: 24px;	
}

.texto_novedad{
	font-size: 14px;
	color: #636466;
	line-height: 22px;
	border-bottom: 1px solid #8A8B8E;
	padding-bottom: 50px;
	margin-bottom: 50px;
}



@media screen and (max-width:640px) {
	.conte_novedad{
		width: 100%;
		float: left;
		border: 0px solid #8F9093;
		border-bottom: 1px solid #8F9093;
		margin-bottom: 35px;
	}
	.conte_novedad img{
		width: 100%;
	}
	.conte_novedadDER{	
		float: right;	
	}
	.text12_gris{
		color: #221F1F;
		font-weight: bold;
		font-size: 12px;
		margin-left: 30px;
		margin-top: 15px;
		float: left;
	}
	.conte_detalle_novedad{
		width: 100%;
		float: left;	
		margin-bottom: 35px;	
	}
	.conte_detalle_novedad img{
		width: 100%;
	}
	.texto_novedad{
		font-size: 14px;
		color: #636466;
		line-height: 22px;
		border-bottom: 1px solid #8A8B8E;
		padding-bottom: 50px;		
		padding: 0 4% 5% 4%
	}
}

@media screen and (max-width:360px) {
	.conte_novedad img{
		width: 100%
	}

}