/* 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:#E48C18;
	color: #FFFFFF;
}

#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:#FBEACB;
	background-image:url(../images/fondo_contenido_idoese.gif);
	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 #F0A40C;
	text-align:center;
	background-color:#F4C52A;
	color:#000000;
	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:#F2BE30;
	background-image:url(../images/fondo_elemmenu_idoese.gif);
	background-position:right;
	background-repeat:repeat-y;
  border: 0.5px solid #000000;
}

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

body {
background-image:url(../images/fondo_body_idoese.jpg);
}

.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:#E8AE0E;
color:black;
margin:0 0 0 0;
padding-left: 2%;
}


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