@import url("mapa.css");
@import url("etiquetas.css");
@import url("lightbox.css");

/* CSS africa */

BODY
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	
	background-color: #FFF;
	color: #000;
	
	background-image: url(imagenes/africa/background.jpg);
	
	margin: 0 auto;
	padding: 0;

}

#contenedorPagina {
	
	padding: 15px 0;
}

#contenedorPagina2 {

	padding: 0;
	width: 780px;
	
	background-color: #A02921;
	
	margin: 0 auto 0 auto;
	
	border: 1px solid #A02921;	
	border-radius: 10px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
	
	-webkit-box-shadow: 3px 3px 6px #222;
	-moz-box-shadow: 3px 3px 6px #222;
	box-shadow: 3px 3px 6px #222; /* para IE9 */

}

h2 {
	font-size: 15px;
}

#ninioFondo {
	background-image: url(../imagenes/fondo_ninio.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 121px;
	height: 168px;
	position: absolute;
	top: 470px;
	left: 0;
}


#bannerVideoContenedor {
	float: right;
	width: 200px;
	margin-top: 35px;
	text-align: right;
	margin-right: 10px;
}

#bannerVideo {
	width: 195px;
	height: 166px;
	overflow: hidden;
	
	padding: 0 0 0 0;
	margin: 7px 0 4px 0;
	
	background-color: #010101;
	text-align: center;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
	
}

#bannerVideoTitulo {

	position: relative !important;
	
    vertical-align: middle;
	text-align: center;
	 
	top: -134px;
	height: 32px;
	overflow: hidden;
	
	padding: 2px 6px 3px 6px;

	text-align: center;
	
	z-index: 102;
}

/* Hack para IE */
/* \*/
 * html #bannerVideoTitulo {
	display: block;
     top: 50%;
     left: 0;
     height: 1px;
}
* html #bannerVideoTitulo #inner {
     position: relative;
     top: -50%;
	 display: block;
}
/* */

#bannerVideoTitulo a:hover {
	color: #FFF000;
}

#bannerVideoTitulo a {
	text-decoration: none;
	color: #FFF;

}

.playVideo {
	height: 134px; 
}

.playVideo img {
	position: relative;

	z-index: 100;
}

.playVideo2 {
	position: relative;
	top: -134px;
	z-index: 101;
	height: 134px;
}

#bannerVideoListado {
	float: left;
	width: 195px;
	padding: 0 0 0 0;
	margin: 7px 25px 8px 30px;
	height: 134px;
	background-color: #010101;
	text-align: center;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
}

.descripcionVideo {


	margin: 2px 15px 0 30px;
	
}

#contenedorRollon {
	
	width: 195px;
	height: 178px;
	background-color: #F5BB02;
	
	padding: 0 0 0 0;
	margin: 0 0 0 31px;
	
	text-align: center;
	overflow: hidden;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */	
}

#bannerRollon {
	height: 134px;	
	overflow: hidden;
}

table#bannerRollonTitulo {
	
	height: 32px;
	overflow: hidden;
	
	padding: 2px 6px 3px 6px;
	background-color: #F5BB02;
	text-align: center;

}

table #bannerRollonTitulo td a:hover {
	color: #FFF;
}

#bannerRollonTitulo a {
	text-decoration: none;
	color: #000;

}

#ordenRollon {
	display: none;
}


.navegacionRollon {
	font-weight: bold; 
	font-size: 110%;
}

#rollonModulos {
	height: 12px;
	background-color: #F17612;


}

#rollonModulos a {
	color: #FFF;
	text-decoration: none;
	font-size: 85%;
}

#rollonModulos a:hover {
	color: #F5BB02;
	text-decoration: none;
	font-size: 85%;
}

.enlaceBannerHome {
	text-align: right;
	padding: 6px 4px 0 0;
}

.enlaceBannerHome a {
	font-size: 110%;
	color: #A02921;
	font-weight: bold;
	text-decoration: none;
}

table {
	margin-left: auto;
	margin-right: auto;
}
   

#estructura {
	
	height: 95%;
	width: 780px;
	
	text-align: center;
	margin: 5px auto 7px auto;
	
	border-collapse: collapse; 
	background-color: #F2F3E0;	
	
	/* Para versiones anteriores de IE9 */
      
}

body:last-child #estructura {
  /* Remove filter from IE9 */
  filter: none;
}

#tdCabecera {
	background-color: #A02921;	
	height: 22px;
	border-bottom: 5px solid #F17612;
}

#tdIzquierda {
	padding-left: 5px;
	width: 170px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
}


#tdIzquierda .up{
	margin-left:5px;
}

#tdIzquierda .up img {
	height: 82px !important;
}

#tdIzquierda .up2{
	margin-left:22px;
}

#tdIzquierda .up2 img {
	height: 82px !important;
}

#tdIzquierdaContenido .up img {
	height: 64px !important;
}

#tdIzquierdaContenido {

	width: 135px;
	overflow: hidden;
	vertical-align: top;
	padding:0px;
	text-align: left;
	border-right: 0px solid #F17612;
	background-color: #A02921;
	
}

#tdCentro {
	text-align: left;
}

#tdCentroContenido {
	text-align: left;
	padding-left: 25px;
	border-left: 4px solid #F5BB02;
	vertical-align: top;
	width: 618px;
	padding-bottom: 30px;
}

#tdCentroContenidoAdmin {
	text-align: left;
	padding-left: 15px;
	border-left: 4px solid #F5BB02;
	vertical-align: top;
	width: 618px;
	padding-bottom: 30px;
}

#tdCartas {
	padding-top: 15px; 
	text-align: center;
	border-left: 1px solid #FFF;
}

#contenidoIzquierda {
	padding: 20px 5px 5px 5px;
}

#menu {
	margin: 0 0 0 0;
}

#menu a {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	margin: 0;
	text-align: center;
}

label {
	/*esto me chinga el mensajero de la portada...*/
	/*display: block;*/
	margin: 0.5em 0;
}

.margen1 {
	margin: 2em 0;
}

.margen2 {
	margin: 3em 0;
}

.margen3 {
	margin: 40px 0;
}

.aviso {
	font-size: 10px;
	color: #444;
}

.margen05 {
	margin: 0.5em 0;
	display: block;
}

.margen08 {
	margin: 0.8em 0;
}

textarea {
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	/* cols='38' rows='7' */
	width: 100%;
	height: 10em;
}

.separador02 {
	margin: 0 0 0 8px;
	display: inline;	
}

.separador05 {
	margin: 0 0.5em;
	display: inline;	
}

.separador1 {
	display: inline;
	margin: 0 1em;
}

.separador2 {
	display: inline;
	margin: 0 2em;
}

.separador3 {
	display: inline;
	margin: 0 3em;
}

.avisoInline {
	display: inline;
	font-size: 90%;
	color: #444;
}

.error {
	font-weight: bold;
	font-size: 180%;
	color: #FF0000;
	margin: 10px 0 20px 0;
}

.separador8 {
	display: inline;
	margin: 0 0 0 8em;
}

.oculto {
	position: absolute;
	left: -1000em;
	overflow: hidden;
}

div.hrColor{
	margin: 1em 0;
	border-top: 1px dotted #000;
	width: 100%;
}

A.subir:link, A.subir:visited, A.subir:active {

	width: 130px;	
	padding: 2px 5px 2px 20px;
	background-image: url(imagenes/subir.png);	
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	background-color: #DFD7F7;

}

A.subir:hover {
	background-color: #825EDF;
	color: #FFF;
}

.inline {
	display: inline;
}

.floatLeft {
	float: left;
	margin-right: 1em;
}

.floatRight {
	float: right;
	text-align: right;
}

table {
	font-size: 10px;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

td {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.titulo {
	color: #A02921;
	font-weight: bold;
}

.tituloMenu {
	font-size: 12px;
	color: #F5BB02;
	font-weight: bold;
	margin-bottom: 25px;
}

.tituloAdmin {
	font-variant: small-caps;
	font-size: 38px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #A02921;
	font-weight: bold;	
	text-shadow: 2px 2px 3px #696;
	line-height: 100%;

}

.tituloGrande {
	font-size: 14px;
	color: #A02921;
	font-weight: bold;

}	

.tituloSuperGrande {
	font-size: 16px;
	color: #A02921;
	font-weight: bold;
}

.tituloNoticia {
	color: #191261;
	font-weight: bold;
}

p {
	margin-top: 6px;
	margin-bottom: 10px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 4px 20px;
	list-style-image: url(imagenes/africa/li.png);
}

#paises li{
	margin: 9px 0;
}

li .carta {
	margin: 10px 0;
	font-size: 9px;
	font-weight: bold;	
}

.destacado {
	color: #323232;
	background-color: #FFF;
	border: 1px solid #FFF;
	padding: 3px 12px;	
	margin-bottom: 20px;
}

#tPaises td{
	padding: 4px;
}

.center {
	text-align: center;
}

.textoPresentacion {
	padding: 3px 20px 0 13px;
	text-align: justify;
	line-height: 140%;
}

.recaudadoEnlaces {
	margin-right: 0px;
	text-align: center;
}

.fondoSeleccionMapa {
	
	align: left;
	width: 150px;
	height: 90px;
	overflow: hidden;
	/*
	background-image: url(../modulos/Portada/imagenes/fondo_seleccion_mapa2.png);
	background-repeat: no-repeat;
	*/
	
	padding: 5px 10px 20px 10px;
	margin: 15px 0 25px 0;
	background-color: #FFF;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
}

html>body .fondoSeleccionMapa {
	width: 130px;
	height: 60px;
}

.fondoSeleccionMapa  select {
	width: 130px;
}

.fondoSeleccionMapa  #botonPaises {
	margin-top: 3px;
	font-size: 100%;
	float: right;
}

.fondoSeleccionMapa form {
	margin-top: 8px;
}

.separadorEmergencia {
	margin-top: 20px;
}

.submitPaises {
	font-size: 12px;
	float: right;	
}

#actualidad {
	margin: 10px 0 0 15px;
}

#actualidad li {
	list-style-image: url(imagenes/africa/li.png);
	margin: 7px 0;
}

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


#tdCentroContenido ul {
	margin: 10px 0 30px 20px;
}

#tdCentroContenido li {
	list-style-image: url(imagenes/africa/li.png);
	margin: 7px 4px;
}

legend {
	border: none;
	padding: 10px 0 6px 0;
	margin-bottom: 15px;
	font-variant: small-caps;
	font-size: 24px;
}

html>body legend {
	padding: 0 0 0 0;
	margin-bottom: 5px;

}

fieldset {
	border: none;
	padding: 10px 0;

}

.tabla {
	width: 100%;
}

.tabla th {
	background-color: #FFFF00;
}

.tabla td {

	border-bottom: 1px dotted #B3B847;
	padding: 6px 0;
}

.tabla tr:hover {
	background-color: #FCB115;
	color: #000;
	border-bottom: 1px dotted #DDDFAC;
}

.boton2 {
	border: 1px solid #000;
	padding: 2px 8px;
	text-decoration: none;
}

a.resaltado {
	color: #A02921;
	font-weight: bold;
	text-decoration: underline;
}

select {
	font-size: 10px;
}

#navegacion {
	display: block;
	background-color: #F5BB02;
	color: #000;	
	font-weight: bold;
	font-size: 110%;
	padding-left: 5px;
}

#navegacion a {
	text-decoration: underline;
}	

input {
	font-size: 12px;
}

.noticia {
	text-decoration: none;
	margin: 2em 0 3em 0;
	width: 595px;
	overflow: hidden;
}

.noticiaFecha {
	display: inline;
	font-size: 100%;	
	background-color: #F2BA01;
	color: #000;
	font-weight: bold;
	padding: 2px;
}

.noticiaTitulo2 {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}

.noticiaTitulo {
	font-size: 13px;
}

.noticiaTitulo a {
	font-weight: bold;	
	text-decoration: underline;
	color: #651B14;
}

a.resaltado2 {
	color: #000;
	text-decoration: underline;
}

.boton {
	color: #A02921;
	text-decoration: underline;
}

#lblFechaNoticia {
	margin-right: 26px;	
}

#lblTituloNoticia {
	margin-right: 29px;	
}

#lblNombrePais {
	margin-right: 33px;	
}

#lblImagenPais {
	margin-right: 12px;	
}

#lblEstadisticaValor {
	margin-right: 38px;	
}

.tIzquierda {
	text-align: left;
}

.tDerecha {
	text-align: right;
}

.tCentro {
	text-align: center;
}

a {
	text-decoration: underline;
}

#tdIzquierdaContenido li {
	margin: 0;
	list-style-type: none;
	list-style-image: url();
}
         
#contenidoIzquierda2{
float:left;
margin-top:3px;
position:absolute;
width:270px;
height:178px;
left: 0px;
top:445px;
}
#tdIzquierdaContenido a.selMenu:active, #tdIzquierdaContenido a.selMenu:visited, #tdIzquierdaContenido a.selMenu:link {
	color: #000;
	background-image: url(imagenes/africa/fondoBotonSubmenu2.gif);	
	background-repeat: repeat-x;
	background-color: #C6877B;
}

.menuContenido {
	margin-top: 20px;	
}

.menuContenido li {
	margin: 10px 1px 10px 4px;
	color: #000;
}

.menuContenido li a{
	color: #000;
	font-size: 9px;
	font-weight: bold;
	display: block;
	width: 135px;
	background-image: url(imagenes/africa/fondoBotonSubmenu.gif);
	background-repeat: repeat-x;
	background-color: #FFF5AE;
	border-bottom: 1px solid #000;
	padding: 7px 2px 9px 5px;
	
}

html>body .menuContenido li a{
	width: 127px;
}

.menuContenido li a:hover{
	background-image: url(imagenes/africa/fondoBotonSubmenuOver.gif);	
	background-repeat: repeat-x;
	background-color: #B2A9F6;
}


.menuContenido a {
	text-decoration: none;
	color: #000;
}

#contenidoAfrica {
	padding: 10px 20px 20px 0;
	line-height: 180% !important; 
	font-size: 120%;
	text-align: left;
}

.tituloSubmenu {
	padding-left: 19px; 
	border-bottom: 1px solid #FFF5AE;
}


#buscador {
	margin: 0px 5px 0 5px;
	color: #FFF;
}

html>body #buscador {
	margin: 15px 5px 0 5px;
}


h1 {
	font-size: 140%;
}

h2 {
	font-size: 110%;
}

#piePortada {
	background-color: #A02921;
	border-top: 5px solid #F17612;
	color: #FFF;
	text-align: right;
	padding: 5px 12px 0 0;
	width: 780px;
	height: 35px;
}

#piePortada form {
	margin: 0;
}

.margen07 {
	margin: 8px 0;
}

#piePortada a, #piePortada a:link, #piePortada a:visited, #piePortada a.active {
	color: #FFF;
}


a.paginaActual, a.paginaActual:link, a.paginaActual:active, a.paginaActual:visited
{
	color: #000;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background-color: #FFFF00;
	border: 1px solid #000;
	text-decoration: none;
}

.subproyectosVisible	{
	visibility: "visible";
	position: relative;
	overflow: visible;
}

.subproyectosOculto		{
	visibility: "hidden";
	position: absolute;
	left: -1000em;
	overflow: hidden;
}

#margenPie {
	height: 159px;
}

html>body #margenPie {
	height: 173px;
}

#piePais {
	background-color: #A02921;
	border-top: 5px solid #F17612;
	color: #FFF;
	text-align: right;
	padding-right: 12px;
	width: 780px;
	height: 100%;
}

html>body #piePais {
	padding-right: 12px;
	width: 768px;
	height: 40px;
}

#piePais form {
	margin: 0;
}

.margen07 {
	margin: 8px 0;
}

#piePais a, #piePais a:link, #piePais a:visited, #piePais a.active {
	color: #FFF;
}

frameset {
	border: none;
}

iframe {
	border: none;
}

#flashcontent3{
	clear:both;
	padding-left:15px;
	border:1px solid transparent;
	height:100px;
	left:0px;
	top:610px;
	margin-top:3px;
	float:left;
	position:absolute;
}


.labelForm {
	width: 90px; 
	float: left;
	padding: 4px 0 0 0;
}

.listaEnlacesSeparadora li {
	list-style-image: url(imagenes/ventanaLista.png);	
	border-bottom: 1px dotted #A02921;
}
.listaEnlace {
	padding: 10px;
}

.tituloEnlace {
	font-size: 150%;
}
.btnVoluntarios {

	text-align:center;
	margin-top:30px;
	margin-left:100px;
	margin-bottom:300px;
}

#google_translate_element {
	height: 57px;
	padding-left: 5px;
	background-image: url(imagenes/bandera.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 147px;
	overflow: hidden !important;
	margin-top: 15px;
}

.goog-logo-link {
	display: block;
	width: 95px;
	overflow: hidden !important;
}

#tdIzquierdaContenido #google_translate_element {
	overflow: hidden !important;
	height: 60px;
	padding: 12px 0 0 0;
	background-image: url(imagenes/bandera2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 134px;
	
	margin-top: 0;
	margin-bottom: 30px;
}

#tdIzquierdaContenido #google_translate_element select{
	width: 128px;
	margin-left: 3px;
}

#bannerRegalo {
	position: absolute; 
	top: 475px; 
	z-index: 100;
	margin-left: 45px; 
}

#bannerDonacion {
	position: absolute; 
	top: 555px; 
	z-index: 100;
	margin-left: 35px; 
}

#bannerVoluntario {
	position: absolute; 
	margin-left: 40px; 
	top: 615px; 
	z-index: 100;
}	

#bannerDelegaciones {
	position: absolute; 
	margin-left: 95px; 
	top: 674px; 
	z-index: 26;
}

#bannerGaleria {
	position: absolute; 
	margin-left: 180px; 
	top: 685px; 
	z-index: 42;
}

#bannerVideos {
	position: absolute; 
	margin-left: 252px; 
	top: 672px; 
	z-index: 43;
}

#bannerCartas {
	position: absolute; 
	margin-left: 300px; 
	top: 631px; 
	z-index: 44;
}

/* */

.tituloSubmenuEnlace {
	color: #FCB216;
	font-size: 120%;
	font-weight: bold;
}

#bloqueEmergencias {
	height: 140px;
}

#emergenciasPortada {
	
	width: 150px;
	height: 110px; 
	
	margin-top: 5px;
	margin-bottom: 20px;
	
	text-align: center;
	
	padding: 0;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
	
	overflow: hidden;
	background-color: #FFF;
	
}

#emergenciasPortada img {
	
}

.emergenciasTitulo {
	text-align: center;
	color: #000;
	font-weight: bold;
	padding: 0;
	margin-top: 25px;
}

a#bannerColabora {
	width: 276px;
	height: 192px;
	display: block;
	float: right;
}

a#bannerColaboraHome {
	width: 276px;
	height: 192px;
	display: block;
}

#bannerTwitter {
	width: 160px;
	height:	250px;
	background-color: #FFF;
	margin: 30px 0 3px 0;
	padding: 0;
	
	border-radius: 5px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px; 
	-khtml-border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
}

#bannerHablanDe {
	width: 150px;
	
	margin: 30px 0 3px 0;
	padding: 0;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
}

#bannerHablanDe img {
	width: 150px;	
	padding: 0;
}

#tituloBannerHablan {
	text-align: center;
	padding: 4px 0px;
	background-color: #a02921;
	width: 150px;
	color: #FFFFFF;
	font-weight: bold;
}

#bannerHablanDeEnlace {
	text-align: center;
	padding: 0;
}

#bannerHablanDeEnlace a {
	font-weight: bold; 
	color: #A02921;	
	text-decoration: none;
}

#bannerEnlaces {
	text-align: center;
	height: 40px;	
	margin: 10px 0;
}

#bannerEnlaces a {
	margin: 0 10px;
	height: 26px;
}

a#logoVideo {
	float: left; 
	padding-top: 20px; 
	width: 110px; 
	height: 80px;
}

img#logoVideo {
	float: left; 
	padding-top: 20px; 
	width: 110px; 
	height: 80px;
}

.imagenMini {
	margin: 15px 0 10px 0;
	
	max-width: 600px;

}

.cke_wrapper {
   padding: 0 !IMPORTANT;
}

#rollonLoad {
	
	width : 196px;
	height: 216px; 
	text-aling: center;
	font-size: 90%;
	background-image: url(imagenes/loadingRollon.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.historiaListado {
	
	float: left;

	padding: 5px 5px 5px 5px;
	margin: 7px 20px 8px 10px;
	

	text-align: center;
	
	border-radius: 0;	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0; 
	-khtml-border-radius: 0;
	
	-webkit-box-shadow: 3px 3px 8px #333;
	-moz-box-shadow: 3px 3px 8px #333;
	box-shadow: 3px 3px 8px #333; /* para IE9 */
	
}

.enlaceMas {
	text-align: right;
	font-size: 90%;
}

.enlaceMas a {
	text-decoration: none;
	color: #A02921;
}

.enlaceMas a:hover {
	text-decoration: underline;	
	color: #000;
}

#memoria {
	text-align: right;
	margin: 0;
	padding: 0 10px 0 0;
}

#memoria a {
	font-size: 80%;
	color: #A02921;
	font-weight: bold;
	text-decoration: none;
}

#memoria a:hover {
	color: #000;	
	text-decoration: underline;
}

#compromiso100 {
	margin: 15px 0 5px 0;
	text-align: center;
}

#compromiso100 a {
	font-size: 90%;	
	font-weight: bold;
	background-color: #FFF;
	text-decoration: none;	
	padding: 5px 15px;
	
	border: 1px solid #000;
	border-radius: 3px;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px; 
	-khtml-border-radius: 10px;
}

#compromiso100 a:hover {
	background-color: #A02921;
	color: #FFF;
}
