/* LAYOUT */
/* ----------------------------------------- */

/* Presentational classes generated by WordPress */
.aligncenter	{ display: block; margin: 0 auto; }
.alignleft		{ float: left; margin: 0 20px 20px 0; }
.alignright		{ float: right; margin: 0 0 20px 20px; }
.wp-caption		{ border: solid 1px #C5BBA0; text-align: center; background: #eee; padding: 10px; margin: 10px;
	font-family: 'Telex', Lucida Sans, Lucida Sans Unicode, Lucida Grande, sans-serif !important;
	font-size: 13px;
	line-height: 18px;
 }
p.wp-caption-text {margin: 5px 0;} 




/* COLORES */

.tostadoA {	color: #8a8e75 ;}
.tostadoB {	color: #c5bba0 ;}
.verdeA { color: #4a6b41 ;}
.verdeB { color: #b0c12a ;}
.verdeC { color: #ecf4cd ;}




html, body, #contenedor { height: 100%; }

body > #contenedor {height: auto; min-height: 100%;}

#main { padding-bottom: 300px; }

#footer {
	height: 134px;
	background: #ecf4cd;
	padding-top: 45px;
    position: relative;
	margin-top: -170px;
	clear:both;} 

.clear:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear { height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */






html, body {
	font-family: 'Alegreya', 'Times New Roman', 'Times', serif;
	font-size: 20px;
	line-height: 27px;
}

.fullcol {
	width: 995px;
	margin: auto;
	padding: 0 20px;
}


.border-top {
	border-top: solid 1px #c5bba0;
}
.border-bottom {
	border-bottom: solid 1px #c5bba0;
}

hr {
	clear: both;
	border: 0;
}


a#logo {
	position: absolute;
	display: block;
	width: 175px;
	height: 220px;
	background: url(../images/ThomasMoreInstitute.gif);
	text-indent: -9876px;
	left: 50%;
	margin-left: -497px;
}


#verdeup {
	height: 55px;
	background: #ecf4cd;
}

#topmenu {
	height: 43px;
	padding-top: 17px;
	border-top: solid 1px #c5bba0;
	border-bottom: solid 1px #c5bba0;
	margin-bottom: 120px; 
}

#topmenu ul {
	margin-left: 205px;
}

#topmenu ul li a {
	float: left;
	margin-right: 16px;
	color: black;
}

#topmenu ul li a:hover, #topmenu ul li.current-menu-item a {
	color: #b0c12a;
}




.post {
	margin-bottom: 65px;
}

.postcont, .paper {
	margin-top: 25px;
}

body.single .subt {
	margin-bottom: 75px;
}


/*
	UTILES
*/


.floatRight
{
  float:right;
}

.clear
{
  clear:both;
}

.clearnone
{
  clear:none;
}

.floatLeft,.sidebar
{
  float:left;
}
.zero {
	margin: 0;
}
.margintop25 {
	margin-top: 25px;
}
.margintop50 {
	margin-top: 50px;
}
.marginbottom {
	margin-bottom: 25px;
}