.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


#simple-text {
	color:red;
}

.myclass {
	font-size: 30px;
}

  .red {
 	color: red;
 }

 .site-header {
 	background: #4a423f;
 	color: #e8dbd3;
 	padding: 20px 30px;
 }

 .site-header h1 {
 	margin: 0;
 	font-size: 20px;
 	text-transform: uppercase;
 	float: left;
 }

#main-menu {
	float: right;
	margin-left: 350px;
}

 #main-menu ul {
 	padding-top: 20px;
 	padding-bottom: 20px;
 	margin: 0;
 }

 #main-menu ul li{
 	list-style: none;
 	display: inline; 
 	margin-right: 10px;
 	font-weight: bold;
 	text-transform: uppercase;
 }

 #main-menu ul li a {
 	text-decoration: none;
 	color: #e8dbd3;
 }

 #main-menu ul li a:hover {
 	color: #9E9188;
 	cursor: pointer;
 }

 .infosite {
 	text-align: center;
 	background-color: #ccc;
 	padding: 50px;
 	text-transform: uppercase;
 	margin-left: 350px;
 }

 .infosite h1 {
 	margin-top: 0;
 	color: #52504E;
 }

 .wrapper-col {
 	background: #333;
 	margin-left: 350px;
 	padding-right: 10%;
 	padding-left: 10%;
 	text-align: center;
 	color: #F7F3E6;
 	padding-top: 10px;
 	padding-bottom: 30px;
 }
 /*.wrapper-col ol {
  text-align: right;
  margin-right: 20%;
 }

.wrapper-col ul {
  text-align: right;
  margin-right: 20%;
 }*/

 .col-sidebar {
 	width: 300px;
 	background: #eee;
 	float: left;
 	padding: 20px;
 	position: absolute;
 	height: 100%;
 	position: fixed;
  padding-left: 30px;
  z-index: 1;
 }

 #footer-site {
 	padding-bottom: 20px;
 	padding-top: 20px;
  padding-left: 175px; 
 	background-color: #4a423f;
 	text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;

 }
 #footer-site,
 #footer-site a {
 	color: #fff;
 }

 #footer-site a {
 	text-decoration: none;
 }

 #footer-site a:hover {
 	color: #878787;
 	cursor: pointer;
 }


 /*Category*/

.cat-list {
	padding-left:0;
}

 .cat-list li {
 	list-style: none;
 	padding-bottom: 5px;
 	padding-top: 5px;
 	padding-right: 5px;
 }

 .cat-list li a {
 	text-decoration: none;
 	text-transform: uppercase;
 	font-weight: bold;
 	color: #36313a;
 	position: relative;
 	padding-left: 0;
 }

 .cat-list li a:hover {
 	color: #878787;
 }

 .container-category {
 	padding-top: 15px;
 }

.contents ul li {
  text-align: right;
  margin-right: 20%;
}

.contents {
  margin-right: 25px;
}

.contents a {
  text-decoration: none;
  color: #F7F3E6;
}

.contents a:hover {
  color: #878787;
  cursor: pointer;
 }

.pictures {
  color: #878787;
}

#jesuschrist {
  text-align: justify;
  padding-right: 10%;
  padding-left: 10%;
}