div.cont6{
	width: 100%;
	min-width: 1200px;
	z-index: 4;
	background-color: white;
}
div.c6_container{
	width: 1115px;
	margin: auto;
	display: flex;
}
div.c6_news_cont{
	width: 700px;
	min-height: 760px;
	float: right;
	margin: 15px 0px 15px 15px;
	padding: 5px 0px 5px 15px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: rgba(224, 224, 224, 1);
}
a.c6_enlace{
	color: #00a295 !important;
}
a.c6_cad, a.c6_enlace{
	transition: text-shadow 0.2s;
	-o-transition: text-shadow 0.2s;
    -ms-transition: text-shadow 0.2s;
    -moz-transition: text-shadow 0.2s;
    -webkit-transition: text-shadow 0.2s;
}
a.c6_cad:hover{
	text-shadow: 0px 0px 2px #009890 !important;
}
a.c6_enlace:hover{
	text-shadow: 0px 0px 1px #009890 !important;
}
div.c6_title{
	
}
div.c6_subtitle{
	
}
div.c6_article_boby{
	
}
div.c6_cad_cont{
	padding: 0px 5px 0px 5px;
	margin: 0px -5px 10px -5px;
	width: 700px;
	height: 200px;
	background-color:rgba(0, 76, 72, 1);
}
div.c6_cad_sect{
	height: 200px;
	display: inline-block;
	overflow: hidden;
}
div.c6_cad_sect1{
	width: 102px;
}
div.c6_cad_sect2{
	width: 200px;
}
div.c6_cad_sect3{
	width: 190px;
}
div.c6_cad_sect4{
	width: 170px;
}
img.c6_cad_img1{
	width: 70px;
	padding: 12px 0px 0px 25px;
}
img.c6_cad_img2{
	width: 180px;
	padding: 10px;
}
img.c6_cad_img3{
	width: 220px;
	padding: 10px 0px 0px 0px;
}
img.c6_cad_img4{
	width: 165px;
	padding: 5px 0px 0px 0px;
}
div.c6_image{
	max-width: 300px;
	float: right;
	padding: 10px 0px 0px 20px;
}
img.c6_img{
	max-width: 300px;
}
div.c6_menu_cont{
	width: 370px;
	float: left;
	z-index: 20;
	transition: left 0.5s, box-shadow 0.1s;
	-o-transition: left 0.5s, box-shadow 0.1s;
    -ms-transition: left 0.5s, box-shadow 0.1s;
    -moz-transition: left 0.5s, box-shadow 0.1s;
    -webkit-transition: left 0.5s, box-shadow 0.1s;
	box-shadow: 0px 0px 0px #ffffff !important;
}
div.c6_menu_slider{
	position: absolute;
	margin: -10px 0px 0px 380px;
	display: none;
	width: 100px;
	height: 60px;
	background-color: white;
	box-shadow: 2px 2px 4px #888888;
	border-radius: 0px 10px 10px 0px;
	text-shadow: 0px 0px 5px #ffffff;
	transition: text-shadow 0.2s, width 0.5s;
	-o-transition: text-shadow 0.2s, width 0.5s;
    -ms-transition: text-shadow 0.2s, width 0.5s;
    -moz-transition: text-shadow 0.2s, width 0.5s;
    -webkit-transition: text-shadow 0.2s, width 0.5s;
	cursor: pointer;
}
div.c6_menu_slider:hover{
	text-shadow: 0px 0px 5px #00a295;
}
form.c6_form{
	display: none;
}
div.c6_buscar{
	height: 0px;
	margin: 20px 0px 20px 0px;
	background-color: white;
}
div.c6_back_cont{
	width: 370px;
	height: 35px;
	padding-bottom: 10px;
	background-color: white;
}
div.c6_last_cont{
	
}
div.c6_prev_not{
	display: flex;
	float: left;
	width: 370px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(224, 224, 224, 1);
	margin-bottom: 7px;
	margin-top: 7px;
	cursor: pointer;
	box-shadow: 0px 0px 3px #888888;
	transition: box-shadow 0.2s, margin 0.2s;
	-o-transition: box-shadow 0.2s, margin 0.2s;
    -ms-transition: box-shadow 0.2s, margin 0.2s;
    -moz-transition: box-shadow 0.2s, margin 0.2s;
    -webkit-transition: box-shadow 0.2s, margin 0.2s;
}
div.c6_prev_not:hover{
	margin-top: 3px;
	margin-bottom: 11px;
	box-shadow: 0px 4px 7px #bbbbbb;
}
div.c6_prev_img_cont{
	padding: 10px;
	float: left;
}
div.c6_prev_title_cont{
	overflow: hidden;
}
img.c6_prev_img{
	max-height: 140px;
	max-width: 140px;
}
input.c6_formimp{
	height: 40px;
	width: 270px;
	padding: 0px 8px 0px 8px;
	margin-right: 10px;
	float: left
	
}
input.c6_formsub{
	height: 44px;
	width: 70px;
	float: right;
}


h1.c6{
	padding-bottom: 10px;
	font-size: 32px;
}
h1.c6_cad{
	color: white;
}
h2.c6{
	padding-bottom: 10px;
	font-size: 23px;
	font-weight: 700;
	text-align: center;
    font-style: italic;
}
h2.c6_back{
	cursor: pointer;
	font-size: 20px;
	color: #00a295;
	text-shadow: 0px 0px 5px #ffffff;
	transition: text-shadow 0.2s;
	-o-transition: text-shadow 0.2s;
    -ms-transition: text-shadow 0.2s;
    -moz-transition: text-shadow 0.2s;
    -webkit-transition: text-shadow 0.2s;
}
h2.c6_back:hover{
	text-shadow: 0px 0px 5px #f7b308;
}
h3.c6_cad{
	color: white;
	text-align: left;
	font-family: 'Loved by the King', cursive;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 32px;
	margin-top: -5px;
}
h3.c6_prev_title{
	font-size: 18px;
	text-align: left;
	line-height: 1.2;
	padding: 10px 10px 6px 0px;
}
h4.c6_prev_title{
	font-size: 14px;
	text-align: justify;
	line-height: 1.2;
	padding: 0px 10px 6px 0px;
}
p.c6{
	text-align: justify;
}
p.c6_pie{
	text-align: justify;
	color: rgba(96, 96, 96, 1);
	font-size: 14px;
}


@media screen and (max-width: 1200px) {
	div.cont6{
		min-width: 760px;
	}
	div.c6_container{
		width: 750px;
	}
	div.c6_news_cont{
		padding: 5px 0px 5px 0px;
		border-left-width: 0px;
		margin: auto;
	}
	div.c6_menu_cont{
		position: absolute;
		background-color: white;
		padding: 10px;
		left: -390px;
		box-shadow: -2px 2px 4px #888888;
	}
	div.c6_menu_slider{
		display: block;
	}
}
@media screen and (max-width: 760px) {
	div.cont6{
		min-width: 200px;
	}
	div.c6_container{
		width: auto;
		display: block;
	}
	div.c6_news_cont{
		padding: 5px 0px 5px 0px;
		border-left-width: 0px;
		margin: auto;
	}
	div.c6_news_cont{
		width: auto;
		float: none;
		padding: 0px 5% 0px 5%;
	}
	div.c6_image{
		max-width: none;
		float: none;
		padding: 0px;
	}
	img.c6_img{
		max-width: none;
		width: 90%;
		margin: auto;
		display: block;
	}
	div.c6_menu_cont{
		width: auto;
		float: none;
		z-index: 20;
		position: relative;
		left: 0 !important;
		box-shadow: 0px 0px 0px #ffffff !important;
	}
	div.c6_cad_cont{
		width: auto;
	}
	div.c6_cad_sect1{
		display: none;
	}
	div.c6_cad_sect2{
		display: none;
	}
	div.c6_cad_sect3{
		margin: auto;
		display: block;
	}
	div.c6_cad_sect4{
		display: none;
	}
	div.c6_menu_slider{
		display: none !important;
	}
	div.c6_back_cont{
		width: auto;
	}
	input.c6_formimp{
		width: 70%;
	}
	input.c6_formsub{
		width: 20%;
	}
	div.c6_prev_not{
		display: none;
	}
	div.c6_back.left{
		float: left;
	}
	div.c6_back.right{
		float: right;
	}
	.G_prev, .G_next{
		display: none;
	}
	.G_imgCCont{
		margin: 0 !important;
		position: relative !important;
		margin-bottom: 20px !important;
	}
	.G_cont, .G_main, .G_imgBCont{
		width: auto !important;
		height: auto !important;
	}
	a.c6_enlace{
		font-size: 16px;
	}
}