/* CSS Document */

#contenedor {
	/*PROPIEDADES DE LAYOUT*/
  margin: 1% 0% 1% 0%;
	width:86%;
	padding: 0.5% 0.5% 0.5% 0.5%;
	/*PROPIEDADES DE ASPECTO*/
	border: 1px solid #000000;
}

#cabecera {
	/*PROPIEDADES DE LAYOUT*/
  margin-bottom: 0.5%;
	/*PROPIEDADES DE ASPECTO*/
	background-color:#2E4F28;
	color: #FFFFFF;
	/*PROPIEDADES DE CABECERA*/
	background-image:url(../images/logoESEM.png);
  background-position: right;
  background-repeat: no-repeat;
}

#central {
  /*PROPIEDADES DE LAYOUT*/
	width: 100%;
}

#menu {
  /*PROPIEDADES DE LAYOUT*/
	width:19%;
	float:left;
	margin-right: 0.4%;
	margin-bottom: 0.5%;
}

#contenido {
  /*PROPIEDADES DE LAYOUT*/
	width: 80.5%;
  float: right;
	clear: right;
	margin-bottom: 0.5%;
	/*PROPIEDADES DE ASPECTO*/
	background-color:#F5F4E7;
	background-image:url(../images/fondo_contenido.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	color:#344631;
}

#bordecontenido {
	border:0.5px solid #889458;
	padding-left:1%;
	padding-right: 1%;
	padding-bottom: 1%;
}

#pie {
	/*PROPIEDADES DE LAYOUT*/
	clear: both;
	/*PROPIEDADES DE ASPECTO*/
	border:1px solid #69994D;
	text-align:center;
	background-color:#48914E;
	color:#FFFFFF;
	font-size: 0.8em;
}

#bordemenu {
	/*PROPIEDADES DE ASPECTO*/
	background-color:#FFFFFF;
}

#bordemenu a {
	/*PROPIEDADES DE LAYOUT*/
	display: block;
  padding-left: 0.5em;
  margin-bottom: 0.3em;
	/*PROPIEDADES DE ASPECTO*/
	background-color:#C7D988;
	background-image:url(../images/fondo_elemmenu.gif);
	background-position:right;
	background-repeat:repeat-y;
  border: 0.5px solid #000000;
}

.standard {
	text-align:center;
	margin: 3px auto 0% auto;
}

.latest_news {
border: 0.5px solid black;
	background-image:url(../images/latest_news.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.latest_news h2 {
display:block;
font-size:1.1em;
background-color:#89A133;
color:white;
margin:0 0 0 0;
padding-left: 2%;
}

.latest_news li {
	font-size:0.9em;
}

