div#contenedor { 
 font-size: 0.75em;
 font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Cabeceras */
div#contenedor h1 {
 font-size: 1.30em;
 color: #e8422b;
 margin: 0.2em 0;
}
div#contenedor h2 {
 font-size: 1em;
 color: #e8422b;
 margin: 0.2em 0;
}
div#contenedor h3 {
 font-size: 1em;
 color: #e8422b;
 margin: 0.2em 0;
}

/* Imagenes */
img{
 border: 0px;
}
div#contenedor .img-izq {
 float: left;
 margin: 5px;
}
div#contenedor .img-der {
 float: right;
 margin: 5px;
}

div#contenedor .img-centro {
 display: block;
 text-align: center;
 margin: 0 auto;
}

/* Destacado */
div#contenedor .destacado {
 float: right;
 background: url(../imagenes/FondoDegradDestacad.jpg) repeat-x left top;
 width: 25%;
 border: 1px solid #ccc;
 margin: 5px;
 padding-right: 2px;
 clear: right;
}
div#contenedor .destacado .cabecera {
/* background-color: #387070;
 border-bottom: 1px groove #387070;*/
 font-weight: bold;
 color: #FFF;
 padding-left: 4px;
}
div#contenedor .destacado h2 {
  margin:0.2em;
	background:url(../imagenes/iconoH2Destacados.gif) no-repeat 0 0;
	padding-left:1.5em;
	font-size:1em;
	color:#E8422B;}

div#contenedor .destacado .contenido {
 padding: 0px;
}
div#contenedor .destacado .contenido p {
 padding-left: 4px;
 margin: 2px;
}
div#contenedor .destacado .contenido ul {
 padding: 0px 0px 0px 2px;
 margin: 2px;
}
div#contenedor .destacado .contenido ul li {
 list-style-type: none;
 background: url('../imagenes/IconoADestacados.gif') no-repeat 0px 4px;
 padding-left: 10px;
}
div#contenedor .destacado .contenido a {
	font-weight: bold;
	color: #0095C6;
}
/*fin de destacado*/

/* Listas */
.lista_webs {
 margin: 0;
 border: 0;
 padding: 0 0 8px 0;
}
.lista_webs li {
 list-style-type: none;
 background: url('../imagenes/rjo-7-5.gif') no-repeat left center;
 padding-left: 10px;
}

.lista_proyectos {
 font-size: 1.3em;
 font-weight: bold;
 margin: 0;
 border: 0;
 padding: 10px 0 8px 17px;
}
.lista_proyectos p {
 font-size: 0.75em;
 font-weight: normal;
 margin: 0;
}
.lista_proyectos li {
 font-size: 0.75em;
 font-weight: normal;
 list-style-type: none;
 padding: 0 0 0 10px;
 background: url('../imagenes/ama-7-5.gif') no-repeat 0px 3px;
}
.lista_proyectos li.pais {
 font-weight: bold;
}
.lista_proyectos li.pais p {
 font-size: 1em;
 font-weight: normal;
 margin-bottom: 10px;
}
.lista_proyectos li.pais ul li{
 font-size: 1em;
}


/* Pie */
div#pie {
 clear: both;
}
