body{
	background: #444;
	color: #444;
	font-size: 14px;
}
*{
	box-sizing: border-box;
}
a{
	color: #333;
	text-decoration: none;
}
h2{
	font-size: 16px;
	margin: 0 0 10px 0;
}
h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}
h4{
	font-size: 12px;
	margin: 0 0 10px 0;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.clearfix{
	clear: both;
	display: block;
	height: 0;
	width: 0;
}
#wrapper{
	background: #e9eAe2;
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}
.divider{
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	height: 10px;
	margin: 10px 0;
}
header{
	border-top: 5px solid #f29f25;
	min-height: 130px;
}
#ktarsis{
	font-size: 12px;
	margin-top: 20px;
	text-align: center;
}
#ktarsis a{
	background: url(../images/ktarsis.png);
	background-size: cover;
	display: inline-block;
	height: 50px;
	margin-bottom: 10px;
	width: 266px;
}
#head_footer{
	background: #444;
	color: #d7d7d7;
	padding: 10px 15px;
}
#head_footer span{
	display: inline-block;
	font-size: 12px;
	padding: 4px 0;
}
#head_footer form{
	display: none;
	float: right;
	padding-left: 10px;
}
#head_footer form input[type="text"]{
	background: transparent;
	border: 1px solid #d7d7d7;
	color: #d7d7d7;
	float: left;
	font-size: 12px;
	padding: 3px;
	width: 80px;
}
#head_footer form input[type="image"]{
	float: left;
	height: 20px;
	margin-left: 5px;
	width: 20px;
}
#head_footer nav{
	display: none;
	float: right;
	font-size: 12px;
}
#head_footer nav ul li{
	display: inline-block;
}
#head_footer nav ul li a{
	border-right: 1px solid #d7d7d7;
	color: #d7d7d7;
	display: block;
	padding: 4px 5px;
	text-decoration: none;
}
#head_footer nav ul li a:active,
#head_footer nav ul li a:hover{
	color: #f29f25;
}
#chkMenu{
	display: none;
}
#btnMenu{
	background: url(../images/menu.png) center 0 no-repeat;
	cursor: pointer;
	float: right;
	height: 20px;
	width: 20px;
}
#mobile_menu{
	background: #444;
	font-size: 12px;
	height: 0px;
	overflow: hidden;
}
#chkMenu:checked ~ #mobile_menu{
	height: auto;
}
#mobile_menu nav ul{
	padding-bottom: 5px;
}
#mobile_menu nav ul li a{
	color: #d7d7d7;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
}
#mobile_menu nav ul li a:active,
#mobile_menu nav ul li a:hover{
	background: #f29f25;
	color: #333;
}
.title,
.subtitle,
.contenido{
	padding: 20px;
}
.title{
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.subtitle{
	font-size: 16px;
	font-weight: bold;
}
.tile{
	background: #f29f25;
	margin-bottom: 5px;
	padding: 15px;
	position: relative;
}
.tile.inner{
	font-size: 12px;
	padding-top: 0;
}
.tile.inner h2{
	border-left: 7px solid #fff;
	font-size: 14px;
	margin: 0;
	margin-left: -12px;
	padding: 10px 0 10px 5px;
	text-transform: uppercase;
}
.contenido{
	text-align: justify;
}
.img_ed{
	height: auto;
	max-width: 564px;
	width: 100%;
}
.upper{
	font-weight: bold;
	text-transform: uppercase;
}
.more{
	background: url(../images/more.png) top right no-repeat;
	background-size: 20px;
	color: #444;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 15px;
	padding-right: 30px;
	text-align: right;
	text-decoration: none;
}
footer{
	font-size: 11px;
}
footer form{
	padding: 15px;
	width: 100%;
}
footer form input,
footer form textarea{
	border: 1px solid #ccc;
	display: block;
	margin: 5px 0;
	padding: 3px;
	width: 100%;
}
footer form textarea{
	height: 100px;
}
footer form .btn{
	background: #f29f25;
	border: 0;
	color: #fff;
	display: block;
	padding: 10px;
	text-align: center;
	width: 100%;
}
footer #write{
	padding: 15px;
}
footer #write form{
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}
footer #write p{
	border-top: 1px solid #f29f25;
	padding: 10px 0;
}
footer #follow{
	background: #f29f25;
	padding: 15px;
}
footer #follow a{
	background: url(../images/follow.png) 0 0 no-repeat;
	color: #444;
	display: block;
	height: 47px;
	padding-left: 55px;
	text-decoration: none;
}
footer #credits{
	background: #444;
	color: #fff;
	font-size: 10px;
	padding: 15px;
	text-align: right;
}

@media screen and (min-width: 640px){
	.tile{
		float: left;
		min-height: 200px;
		padding-bottom: 40px;
		width: 49.5%;
	}
	.tile:nth-child(even){
		margin-right: .5%;
	}
	.tile:nth-child(odd){
		margin-left: .5%;
	}
	.tile .more{
		bottom: 15px;
		position: absolute;
		right: 15px;
	}
	footer form{
		display: inline-block;
		margin-right: 1%;
		width: 49%;
	}
	footer #write{
		display: inline-block;
		width: 49%;
	}
}
@media screen and (min-width: 768px){
	#btnMenu,
	#mobile_menu{
		display: none;
	}
	#head_footer form,
	#head_footer nav{
		display: block;
	}
}
@media screen and (min-width: 960px){
	.tile{
		margin: 0 .5% 5px .5%;
		width: 24%;
	}
	footer form,
	footer #write,
	footer #follow{
		float: left;
		width: 33%;
	}
	footer #follow{
		min-height: 263px;
	}
}