body{
	color: #455930;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.4em;
	font-size-adjust: none;
	font-stretch: normal;
	text-align: justify;
	background-color: #caba99;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
	font-weight: italic;
}

h4 {
	font-size: 1.2em;
	text-decoration: underline;
}

ul {
	list-style: none;
	margin: 0;
	padding-left: 0em;
}

li {
	margin-bottom: 5px;
	padding: 0;
}

.active {
	border-bottom:1px solid #E3D05D;
	border-top:1px solid #E3D05D;
}
.menuactivo{
	color: black;	
}

b {
	font-size: 110%;
}

a {
	color: #a8bd84;
	text-decoration: none;
}

a:hover {
	color: #b19468;
	text-decoration: underline;
}
a:active {
	color: #b19468;
	text-decoration: underline;
	
}

em {

}

#topsection{
	height: 178px; /*Height of top section*/
	background-image: url("../Imagenes/cabecera.jpg");
	background-color: #caba99;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;

	background-image: url("../Imagenes/sombraLateral.jpg");
	background-position: left;
	background-repeat: repeat-y;
}

#contentcolumn{
	margin: 0 170px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	border-left: 2px solid #d1dcba;
	border-right: 2px solid #d1dcba;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	min-height:300px;
  height:auto !important;
  height:300px;

}

#leftcolumn{
	
	float: left;
	
	width: 180px; /*Width of left column*/
	margin-left: -100%;
	text-align: center;
	color: #a8bd84;


	
}

#rightcolumn{
	float: left;
	width: 170px; /*Width of right column*/
	margin-left: -170px; /*Set left marginto -(RightColumnWidth)*/
	text-align: center;
}


#menuIzquierdo {
	margin-top: 20px;
	margin-left: 10px;
	width: 130px;
	
/*	position: fixed;
	top: 190px;
	left: 60px;*/
}

#menuDerecho {
	margin-top: 20px;
	width: 140px;
/*	position: fixed;
	top: 190px;
	left: 800px;*/
}

#footer{
	clear: left;
	width: 900px;
	background-color: #ced1be;
	text-align: left;
	margin-left: 6px;
	border-top: 1px dotted #caba99;
}

#contenidoPie {
	padding: 10px;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#todo {
	width: 906px;
	margin: auto;
	background-color: #fff;
  /*
	background-image: url("../Imagenes/sombraLateral.jpg");
	background-position: left;
	background-repeat: repeat-y;*/
}

#contenido {
	background-image: url("../Imagenes/sombraLateral.jpg");
	background-position: left;
	background-repeat: repeat-y;

}

#maincontainer {
	width: 906px;
}

#barraNavegacion {
	font-size: 0.95em;
	margin-bottom: 10px;
}

#contentcolumn  ul {
  list-style-type: square;
  margin: 1em 0 1.5em 0;
  padding-left: 30px;
}


#contentcolumn ul li {
  line-height: 1.5em;
  margin: 1.25ex 0 0 1.5em;
  padding: 0;
}

.enlacePDF {
	background-image: url("../Imagenes/icono_pdf.gif");
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
	width: auto;
	display: block;
	padding-left: 25px;
	padding-top: 2px;
}


.post {
	text-align: justify;
	margin-bottom: 30px;
	border-bottom: 1px dotted #caba99;
}

.post h2 {
	border-bottom: 1px dotted #caba99;
}
