  body {
    background-color: #c7dd00;
	font-family: Arial;
	font-size: 18px;
  }
  
  #wrapper{
    width: 800px;
    padding: 30px;
    margin: auto;
  }
  
  #pie {
	margin-top: 10px;
	border-top: 1px solid white;
  }

  #cabecera {
	margin-bottom: 20px;
	border-bottom: 1px solid white;
  }
    #cabecera table{
      width: 100%;
    }
  
	hr{
      color: white;
    }
  
    .menu {
      width: 1px;
      padding-right: 20px;
	  font-family: Arial;
      font-size: 18px;
      font-weight: bold;
      color: white;
    }
    .activo {
      color: #693d7e;
    }

	.menu a,
	.menu a:focus,
	.menu a:hover,
	.menu a:active { color: white; text-decoration:none; }
	
    .logo{
      text-align: right;
    }
    
  #contenido_comunica{
  	margin-top: 2px;
  	color: white;
  }

strong{
  background-color: #693d7e;
  font-weight: bold;
}
	
  #clientes{
  	margin: auto;
  }
	#clientes img {
		width: 120px;
	}
	#clientes td{
		font-family: Arial;
		font-size: 10px;
		color: white;
		width: 120px;
		height: 100px;
	}
	#clientes a,
	#clientes a:focus,
	#clientes a:hover,
	#clientes a:active { color: white; text-decoration:none; }

	#clientes .fila_arriba {
		vertical-align: bottom;
	}
	
	#clientes .fila_abajo {
		vertical-align: top;
	}
	
	#clientes .arriba{
		vertical-align: top;
		padding: 10px 5px;
	}
	
	#clientes .abajo{
		vertical-align: bottom;
		padding: 10px 5px;
	}
	
	.proyectos_clientes{
		visibility: hidden;
		background-image: url('img/cliente_proyectos.jpg');
		height: 100px;
		text-align: baseline;
		padding: 0px 5px;
		margin: 0px;
	}
	.proyectos_clientes a{
		margin: 0px 5px;
	}
	
	.titular{
		background-color: #c7dd00;
		padding: 5px;
		font-size: 12px;
		color: black;
	}

		.titular strong{
			font-weight: bold;
			color: #693d7e;
			background-color: #c7dd00;
		}

	.cuerpo{
	    background-color: #c7dd00;
		padding: 5px;
		font-size: 10px;
	}